difference between class and object
Answer Posted / nishant kumar
class is the collection of data member and member function associated with it.
object is a instance of class.
class is a user define key-word.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can we make game by using c
What does and I oop mean?
What are the benefits of polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why multiple inheritance is not allowed?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the difference between encapsulation and polymorphism?
What is the main purpose of inheritance law?
What are classes oop?
what is the sylabus for priliminaries?
What are the 4 pillars of oop?
Which is not an object oriented programming language?
What is ambiguity in inheritance?
When not to use object oriented programming?