What is difference between class and object with example?
Class is the design of a any program structure with name, variables and methods included in it as a group. When any class gets executed at runtime it gets object created equivalently. Such as when a class name is tree, the object it gets created as , tree of any type. if pen is a class, then the object of pen can be, few we name it..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Dynamic Polymorphism?
What are the access specifiers avaible in c++?
Why do we use oop?
What is object and class in oops?
what is cast operator?
what uses of c++ language?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
Can destructor be overloaded?
what is the diffrence between c# and c++
why freind function takes more parameter than normal member function in c++?
what type of questions
What is the difference between C++ and java?