What is OOPs

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


Please Help Members By Posting Answers For Below Questions

Tell me difference between constant pointer and pointer to a constant.

846


What is a dangling pointer in c++?

849


Is c++ pass by reference or value?

780


Explain about Virtual Function in C++?

777


How static variables and local variablesare similar and dissimilar?

795


Should the this pointer can be used in the constructor?

763


Explain the use of this pointer?

887


What is meant by the term name mangling in c++?

716


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.

2453


What are exceptions c++?

778


Is map sorted c++?

730


What is nested class in c++?

689


what are the types of Member Functions?

861


What is the difference between global variables and static varables?

804


What does catch(…) mean?

837