What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / manish

OOPS is an object oriented language which led it's emphasis
on the set of codes called object rather then it's
procedure......but in the procedural language,procedure is
given more improtance

Is This Answer Correct ?    8 Yes 45 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is for loop and its syntax?

744


c++ program to swap the objects of two different classes

2016


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1803


What is class encapsulation?

763


What is polymorphism explain its types?

848






write a programe to calculate the simple intrest and compund intrest using by function overlading

1821


What is the highest level of cohesion?

718


any one please tell me the purpose of operator overloading

2098


Why is polymorphism important in oop?

770


Why oops is important?

734


What are objects in oop?

766


write a C++ program for booking using constructor and destructor.

2182


What are the features of oop?

779


Is oop better than procedural?

712


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2103