Answer Posted / krishnaveni
In C, emphasis is given to code rather than data. That is,
Code controlling access to data".
In C++, emphasis is given to data. That is, "Data
controlling access to code"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does std :: flush do?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is the arrow operator in c++?
List the merits and demerits of declaring a nested class in C++?
What is c++ in english?
what you know about c++?
Is c++ a high level language?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Write a note about the virtual member function?
What do you mean by persistent and non persistent objects?
What is the standard template library (stl)?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is the full form of india?
What is the main use of c++?
What is c++ prototype?