What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / krishna
OOps is the object oriented programming system in which objects are used to encapsulate data and code,which provides security.logic flows with in the object.
while in procedural language logic flows with in procedure
and there is no any concept of object thats y all program is executed step by step.public and private access specifiers r not used in procedural language,means data will access in whole program ,there is no any security aspects.
OOPS having some adv over procedural language like inheritence,polimorphism,encapsulation etc which make OOPS more flexible sa comp. to procedural language.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the point of oop?
Which type does string inherit from?
What is the real time example of inheritance?
Why is encapsulation used?
Can an interface inherit a class?
Why do we need oop?
What does and I oop mean in text?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How to use CMutex, CSemaphore in VC++ MFC
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 are different oops concepts?
What is abstraction in oops with example?
Why is polymorphism important in oop?
What is an example of genetic polymorphism?