Answer Posted / srihari
It consists of more classes
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is and I oop mean?
• What are the desirable attributes for memory managment?
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
Which is better struts or spring?
How is class defined?
Are polymorphisms mutations?
What is inheritance and how many types of inheritance?
What is encapsulation in ict?
What is meant by multiple inheritance?
Prepare me a program for the animation of train
What is advantage of inheritance?
What is overriding vs overloading?
why reinterpret cast is considered dangerous?
What is the important feature of inheritance?
What is byval and byref? What are differences between them?