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 the most common mistake on c++ and oo projects?
Why do we need runtime polymorphism in c++?
Explain stack unwinding.
What is the this pointer?
What is the use of endl in c++ give an example?
What are the four partitions in which c++ compiler divides the ram?
Is there a sort function in c++?
Difference between overloaded functions and overridden functions
What are keywords in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How do I tokenize a string in c++?
Are strings mutable in c++?
Does c++ support exception handling?
Is c++ slower than c?