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 ambiguity in inheritance?
Templates mean
What language is oop?
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?
Whats is abstraction in oops?
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!!!)
Is enum a class?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
program for insertion ,deletion,sorting in double link list
How Do you Code Composition and Aggregation in C++ ?
What is the main feature of oop?
Is react oop?
What is encapsulation c#?
How to call a non virtual function in the derived class by using base class pointer
What is constructor in oop?