Answer Posted / jai prakash chahan
class
object
encapsulation
inheritence
polymorphism
messege passing
dynamic binding
| Is This Answer Correct ? | 69 Yes | 18 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
Is oop better than procedural?
What is the example of polymorphism?
Why do pointers exist?
What is the types of inheritance?
What is oops with example?
What is overloading and its types?
Why is abstraction needed?
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
How to hide the base class functionality in Inheritance?
What are objects in oop?
Which is better struts or spring?
Is this job good for future? can do this job post grduate student?
Why is abstraction used?
How does polymorphism work?