Answer Posted / velmurugan
Object oriented programming organizes a program around its
data, i. e. , objects and a set of well defined interfaces
to that data. An object-oriented program can be
characterized as data controlling access to code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a constructor return a value?
What are 2 ways of exporting a function from a dll?
Describe the setting up of my member functions to avoid overriding by the derived class?
What does extern mean in a function declaration in c++?
What does the ios::ate argument do?
What is a constant? Explain with an example.
What are guid? Why does com need guids?
What is setfill c++?
What is c++ course?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Using a smart pointer can we iterate through a container?
What is class and structure in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is the role of C++ shorthand's?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?