Which of the following is not true about the object oriented design of software?
Options
- An object can instantiate two classes
- Objects inherit the properties of the class
- Classes are always different
- Classes are defines based on the attributes of objects
CORRECT ANSWER : An object can instantiate two classes
Write your comments