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


Please Help Members By Posting Answers For Below Questions

What is ambiguity in inheritance?

764


Templates mean

1760


What language is oop?

719


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3008


Whats is abstraction in oops?

754






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!!!)

1788


Is enum a class?

745


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1818


program for insertion ,deletion,sorting in double link list

2398


How Do you Code Composition and Aggregation in C++ ?

24526


What is the main feature of oop?

826


Is react oop?

761


What is encapsulation c#?

750


How to call a non virtual function in the derived class by using base class pointer

5761


What is constructor in oop?

755