What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / prabhash
Object-oriented programming (OOP) is a programming paradigm
that represents concepts as "objects" that have data fields
(attributes that describe the object) and associated
procedures known as methods. Objects, which are usually
instances of classes, are used to interact with one another
to design applications and computer programs
In Procedural Programming language the execution of
application can be step by step.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are objects in oop?
Why is oop useful?
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 a class and object?
Why multiple inheritance is not possible?
What is polymorphism used for?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the difference between a constructor and a destructor?
What is class and object in oops?
write a program to find 2^n+1 ?
What is overloading in oop?
What is encapsulation in ict?
What is the diamond problem in inheritance?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
How do you achieve runtime polymorphism?