What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / manjeet
The focus of procedural programming is to break down a
programming task into a collection of variables, data
structures, and subroutines.
whereas in object-oriented programming it is to break down
a programming task into objects. Either method can be valid
for accomplishing a specific programming task.
| Is This Answer Correct ? | 21 Yes | 18 No |
Post New Answer View All Answers
What is solid in oops?
What is coupling in oop?
What is meant by multiple inheritance?
What polymorphism means?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Can destructor be overloaded?
What is overriding in oops?
What are the important components of cohesion?
How does polymorphism work?
What is polymorphism explain its types?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is multilevel inheritance?
What is polymorphism and example?
What is encapsulation with example?