 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write the differences between class definition and class declaration. | 
| Answer» A class definition is a process of naming a class and data variables and interface operations of the class. A class declaration specifies the representation of objects of the class and set of operations that can be applied to such objects. | |