what is the main difference between c and c++?
Answer Posted / mayank jain
In early stage c++ is also known as "c with classes".Therefore c++ contain classes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many human genes are polymorphic?
What is solid in oops?
What is encapsulation c#?
Is this job good for future? can do this job post grduate student?
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 overloading in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why multiple inheritance is not possible?
What is overloading in oops?
What are main features of oop?
What are the 4 main oop principles?
explain sub-type and sub class? atleast u have differ it into 4 points?
What do you mean by abstraction?
why reinterpret cast is considered dangerous?
What is polymorphism programming?