Explain about oops concepts.



Explain about oops concepts...

Answer / Rajan Kumar

Object-Oriented Programming (OOP) is a programming paradigm that focuses on objects, which can have data fields and methods. The main OOP concepts are: Class - blueprint for creating objects; Object - instance of a class; Inheritance - one class derives properties from another; Encapsulation - hiding the internal details of an object; Polymorphism - one interface may be used in different ways; Abstraction - exposing only essential details and hiding complexities.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Define a java class.

2 Answers  


What is a reflection package?

2 Answers  


Can a static method be final?

1 Answers  


What is remote method invocation (rmi)?

1 Answers  


Why string is a class?

1 Answers  


What is oop in java?

1 Answers  


How do you add an arraylist to an array in java?

1 Answers  


Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?

8 Answers   Nokia,


whats is the use of final,in which situation final can be used in the application?

2 Answers   DNS,


State the difference between creating string as new () and literal.

1 Answers  


How to know the host from which Applet is originated?

1 Answers   Wipro,


How do you add an element to a hashset in java?

1 Answers  


Categories