define oops with class and object
Answer Posted / sunil kumar yadav
Object is a run time instant of a class. it is a real word
things.but class is collection of objects.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is difference between pop and oop?
What is the oops and benefits of oops programming?
What is ambiguity in inheritance?
How to hide the base class functionality in Inheritance?
any one please tell me the purpose of operator overloading
What is static in oop?
Are polymorphisms mutations?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is property in oops?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is encapsulation c#?
What is difference between polymorphism and inheritance?
Can bst contain duplicates?
What is difference between inheritance and polymorphism?