What is an object-oriented paradigm?



What is an object-oriented paradigm?..

Answer / nashiinformaticssolutions

In literal terms, paradigm refers to a pattern or approach. Programming paradigms are approaches to solving programs of four different types: object-oriented, logical, functional, and imperative. An object-oriented paradigm is one in which methods are applied to objects as basis entities and encapsulation or inheritance functions are carried out.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the final field modifier?

0 Answers  


What are anonymous inner classes?

0 Answers  


What is the difference between JDK and JVM?

0 Answers  


What is the importance of static variable?

0 Answers  


State the merge-sort principle and its time complexity.

0 Answers   Akamai Technologies,






What is use of inner class in java?

0 Answers  


In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????

12 Answers   Accenture,


What is polymorphism and what are the types of it?

0 Answers  


Can try statements be nested?

3 Answers   Wipro,


1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?

2 Answers   RBS,


What are advantages and disadvantages of OOPs?

0 Answers   Amdocs,


How to instantiate static nested classes in java?

0 Answers  


Categories