1.

Explain About A Class?

Answer»

Class DESCRIBES the nature of a particular thing. STRUCTURE and modularity is provided by a Class in OBJECT oriented programming environment. Characteristics of the class should be understandable by an ordinary non programmer and it should ALSO convey the meaning of the problem statement to him. Class acts like a BLUE print.

Class describes the nature of a particular thing. Structure and modularity is provided by a Class in object oriented programming environment. Characteristics of the class should be understandable by an ordinary non programmer and it should also convey the meaning of the problem statement to him. Class acts like a blue print.



Discussion

No Comment Found