difference between class and object
Answer Posted / selva
class is a blueprint of an object.
object is instance of class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of polymorphism?
What are functions in oop?
write knight tour problem which is present in datastructure
What is the difference between inheritance and polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is multilevel inheritance explain with example? How to use CMutex, CSemaphore in VC++ MFC Can private class be inherited? Can you inherit a private class? Can a varargs method be overloaded? What is property in oops? Is html an oop? What is data binding in oops? INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE
METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN
A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS? Give two or more real cenario of virtual function and
vertual object