Computer Applications
Related Questions
Can there be multiple classes for the complete representation of a real world entity ? Give examples.
Why are classes said to be abstractions of or a set of objects ?
Consider the following code fragment assuming that a class namely Student has been defined earlier :
Student stud1;What is above statement doing ?
How is following statement different from statement given in previous question ?
Student stud1 = new Student( );