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
Why interface is used?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the important feature of inheritance?
Why do we use encapsulation in oops?
what's the basic's in dot net
What is ambiguity in inheritance?
What is object and example?
What is destructor in oop?
What is the difference between abstraction and polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the types of abstraction?
#include
Can we override main method?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is destructor oops?