What the need of Object oriented ang.( OOPS)..??

Thread Starter

RRITESH KAKKAR

Joined Jun 29, 2010
2,829
Hi guys,

As this subject is part of my courses so i can't leave this and want to know about OOPS what the real use of it as there already many Lang available ??

what does it seems to be different...??


Thanks
 

Thread Starter

RRITESH KAKKAR

Joined Jun 29, 2010
2,829
In OOP wiki say it use function...

I remember in C we make function call then and pass value.
for eq:-
In case of calculator add, sub, mul, div,etc...
so, it mean in OOP we have do same thing like this calling function name. is this predefined in it or we have define??
 

ErnieM

Joined Apr 24, 2011
8,377
We have to define the calls.

OOP stands for Object Orientated Programming, and any short definition will barely scratch the surface of what this group of techniques can do. It's a book length topic.
 
Top