what is the main difference between c and c++?
Answer Posted / anand
c++ is depand on c language
| Is This Answer Correct ? | 27 Yes | 11 No |
Post New Answer View All Answers
How can you overcome the diamond problem in inheritance?
What exactly is polymorphism?
What is the problem with multiple inheritance?
What is new keyword in oops?
What is polymorphism in oop example?
What is the difference between procedural programming and oops?
Write a program to reverse a string using recursive function?
How do you define social class?
write a program to find 2^n+1 ?
What is debug class?what is trace class? What differences are between them? With examples.
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
Can enum be null?
What is oops concept with example?
how to get the oracle certification? send me the answer
write knight tour problem which is present in datastructure