Answer Posted / venkatesh
Class is a user defined datatype, and it is a logical representation of data(means which does not occupy any space)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why polymorphism is used in oops?
How do you define social class?
Why is abstraction needed?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is data binding in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
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
Why is oop useful?
How long to learn object oriented programming?
what are the ways in which a constructors can be called?
How to use CMutex, CSemaphore in VC++ MFC
Why interface is used?
Is react oop?
What is protected in oop?
How do you explain polymorphism?