What is object-oriented programming?



What is object-oriented programming?..

Answer / Akash Yadav

Object-Oriented Programming (OOP) in Core Java is a programming paradigm based on the concept of objects. It includes four fundamental principles: Encapsulation, Inheritance, Polymorphism, and Abstraction. OOP allows organizing code into reusable modular components that interact with each other by exchanging messages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is null in java?

1 Answers  


Why is logger singleton?

1 Answers  


What is included in core java?

1 Answers  


What type of variable is error flag?

1 Answers  


where singleton classes are used in j2ee web application.can we use it for connection pooling.

1 Answers  


What is difference between iterator and enumeration in java?

1 Answers  


How do you sort arraylist in descending order?

1 Answers  


Give the difference between the println method and sqrt method?

1 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


What is the use of conditional statement?

1 Answers  


What is the use of protected in java?

1 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


Categories