what is the main difference between c and c++?
Answer Posted / tamil raja
C++ has Enumeration data type & exception handling
functions. but C pgm dosen't have.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is methods in oop?
What are main features of oop?
Why is encapsulation used?
what are the ways in which a constructors can be called?
Why do we need oop?
What are the important components of cohesion?
What is polymorphism in oop example?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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 persistence in oop?
What is balance factor?
Explain the advantages of inheritance.
#include
What is abstraction with example?
What is encapsulation example?