Answer Posted / vaishali
c is procedure oriented language&c++is object oriented language
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is oops concept with example?
What is the purpose of enum?
• What are the desirable attributes for memory managment?
Get me an image implementation program.
What is polymorphism in oop example?
What is encapsulation with example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is the real time example of inheritance?
What is property in oops?
What does sksksk mean in text slang?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Why multiple inheritance is not possible?
Why oops is important?
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