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 is a volatile variable in c++?
What is the benefit of encapsulation?
Which c++ operator cannot overload?
What is atoi in c++?
Do you know the use of vtable?
What is a node class in c++?
If a header file is included twice by mistake in the program, will it give any error?
What is the precedence when there is a global variable and a local variable in the program with the same name?
what is VOID?
Define a nested class. Explain how it can be useful.
Give example of a pure virtual function in c++?
Define private, protected and public access control.
Is c++ double?
How do you show the declaration of a virtual constructor?
Which is the best c++ compiler for beginners?