0
Lets for say I'm building a social network and I have multiple classes. do I have to create an object for each class?
object oriented programming
2 odpowiedzi
+ 6
Not for each class because many classes will be super class and their respective sub classes. Inheritance is used in that situation.
0
Thank you for the quick response Sachin... So what else can i create besides the user object ?