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
Tell me difference between constant pointer and pointer to a constant.
What is a dangling pointer in c++?
Is c++ pass by reference or value?
Explain about Virtual Function in C++?
How static variables and local variablesare similar and dissimilar?
Should the this pointer can be used in the constructor?
Explain the use of this pointer?
What is meant by the term name mangling in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What are exceptions c++?
Is map sorted c++?
What is nested class in c++?
what are the types of Member Functions?
What is the difference between global variables and static varables?
What does catch(…) mean?