Answer Posted / rajeswari.v
C C++
1.The execution of 'c The execution of c++ program is
program is top to bottom bottom to top approach.
approach.
2.Implementation of complex It is easy.
program is difficult.
3.Middle level language. It is hybrid language.
4.Every cycle changes not Possible in c++
possible in 'c'.
5.Less security for data More security for ddata
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is polymorphism what is it for and how is it 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
Why multiple inheritance is not possible?
How do you use inheritance in unity?
What does enum stand for?
What are the two different types of polymorphism?
What is the purpose of polymorphism?
How is polymorphism achieved?
What is abstract class in oop?
Where You Can Use Interface in your Project
Why is polymorphism used?
State what is encapsulation and friend function?
Why is object oriented programming so hard?
write a program to find 2^n+1 ?
Prepare me a program for the animation of train