What is basic concept of oop?



What is basic concept of oop?..

Answer / Gautam Kumar Yadav

The basic concept of Object-Oriented Programming (OOP) is the encapsulation, inheritance, polymorphism, and abstraction. Encapsulation refers to hiding the internal details of an object and exposing only the necessary methods or properties. Inheritance allows objects to acquire properties from other objects through classes. Polymorphism enables objects of different types to be treated as objects of a common super type. Abstraction represents the essential features without including background details.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Advantage and disadvantage of routing in telecom sector

1 Answers  


what is the use of mutable key word

3 Answers   HCL,


What are generic functions and generic classes?

5 Answers  


What is a scope operator and tell me its functionality?

3 Answers   emc2,


what is new operator in c++

1 Answers  


Why is object oriented programming so hard?

1 Answers  


Contrast OOP and SOA. What are tenets of each?

1 Answers   Siebel Systems, Wipro,


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

1 Answers  


What is a function in oop?

1 Answers  


How do you achieve runtime polymorphism?

1 Answers  


What is the important feature of inheritance?

1 Answers   BPL,


all about pointers

2 Answers  


Categories