What is the difference between an object and a class?
Answers were Sorted based on User's Feedback
Answer / manas
a class is a datatype that abstratcs data and implementations
while an object is an instance of the class which wraps up data. An object has identity, state and behavior
| Is This Answer Correct ? | 2 Yes | 0 No |
What do you mean by pure virtual functions?
What is oops with example?
Why it is called runtime polymorphism?
• What are the desirable attributes for memory managment?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
what is the difference between a package and a software?
What is the point of oop?
4. What do you mean by a prototype? Define analysis prototype
Which language is not a true object oriented programming language?
How is polymorphism achieved?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Why do we need oop?