What are the OOPS concepts?

Answer Posted / janet

Object oriented programming organizes a program around it's
data i.e objects and a set of well defined interface to
that data. An Object-oriented program can be characterized
as data controlling access to code.

Is This Answer Correct ?    432 Yes 241 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function in oop?

621


What is overriding vs overloading?

571


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1971


What is difference between multiple inheritance and multilevel inheritance?

593


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1379






What is polymorphism and why is it important?

548


write a programe to calculate the simple intrest and compund intrest using by function overlading

1654


What is the real time example of inheritance?

629


What do you mean by Encapsulation?

634


How is polymorphism achieved?

572


What is polymorphism used for?

561


What is encapsulation and abstraction? How are they implemented in C++?

626


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1603


What do you mean by overloading?

568


What is the oops and benefits of oops programming?

542