what are the characteristics of oops?

Answer Posted / charu

1)Encapsulation – Encapsulation is capturing data and keeping it safely and securely from outside interfaces.

2)Inheritance- This is the process by which a class can be derived from a base class with all features of base class and some of its own. This increases code reusability.

3)Polymorphism- This is the ability to exist in various forms. For example an operator can be overloaded so as to add two integer numbers and two floats.

4)Abstraction- The ability to represent data at a very conceptual level without any details

Is This Answer Correct ?    40 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of oop?

635


What is encapsulation with example?

576


What is object in oop with example?

695


What is the advantage of oop over procedural language?

623


What is abstract class in oop?

528






What are the 4 main oop principles?

679


What is inheritance in simple words?

623


What is abstraction example?

616


What are the three parts of a simple empty class?

1456


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2100


How to call a non virtual function in the derived class by using base class pointer

5253


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?

1393


What is difference between inheritance and polymorphism?

566


officer say me - i am offered to a smoking , then what can you say

1578


Why multiple inheritance is not possible?

596