what is the main difference between c and c++?
Answer Posted / suraj pisal
operating system is desined in c & objects in operating
system is c++ therefor it is the object oriented prog & c
is not....
SAMAJ JANA ABHI YAAAR
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can you explain polymorphism?
write a C++ program for booking using constructor and destructor.
What is encapsulation selenium?
What are the two different types of polymorphism?
What polymorphism means?
What are oops methods?
Why is destructor used?
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
Plese get me a perfect C++ program for railway/airway reservation with all details.
program for insertion ,deletion,sorting in double link list
What is interface? When and where is it used?
What is the main feature of oop?
officer say me - i am offered to a smoking , then what can you say
What is the point of polymorphism?
Explain the advantages of inheritance.