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
What is for loop and its syntax?
c++ program to swap the objects of two different classes
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?
What is class encapsulation?
What is polymorphism explain its types?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the highest level of cohesion?
any one please tell me the purpose of operator overloading
Why is polymorphism important in oop?
Why oops is important?
What are objects in oop?
write a C++ program for booking using constructor and destructor.
What are the features of oop?
Is oop better than procedural?
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?