What is meant by OO paradigm

Showing Answers 1 - 1 of 1 Answers

Kamal

  • Aug 26th, 2006
 

OO paradigm = Object Oriented Paradigm.

This is the basic concept of Object Oriented Languages.It actually means we have to only work out with objects.Communications take place between classes with the help of objects

Ex:- Java,C++ ,But not C(Function Oriented)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions