What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / chandra sekhar rapeti
A major factor in the invention of Object-Oriented approach
is to remove some of the flaws encountered with the
procedural approach.
Object Orientation Languages (OOL) is concerned to develop
an application based on real time while Procedural
Programing Languages (PPL) are more concerned with the
processing of procedures and functions.
In OOL, more emphasis is given on data rather than
procedures, while the programs are divided into Objects and
the data is encapsulated (Hidden) from the external
environment, providing more security to data which is not
applicable or rather possible in PPL. In PPL, its possible
to expose Data and/or variables to the external entities
which is STRICTLY restricted IN OOL.
In OOL, the Objects communicate with each other via
Functions while there is no communication in PPL rather its
simply a passing values to the Arguments to the Functions
and / or procedures.
OOL follows Bottom Up Approach of Program Execution while
in PPL its Top Down approach.
OOL concepts includes Inheritance, Encapsulation and Data
Abstraction, Late Binding, Polymorphism, Multithreading,
and Message Passing while PPL is simply a programming in a
traditional way of calling functions and returning values.
Below is the list of OOL languages :- JAVA, VB.NET, C#.NET
Below is the list of PPL languages :- C, VB, Perl, Basic,
FORTRAN
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is the important feature of inheritance?
is there any choice in opting subjects like 4 out of 7
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is polymorphism and why is it important?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
what is the sylabus for priliminaries?
What is multilevel inheritance in oop?
What is the difference between procedural programming and oops?
Why do we use polymorphism in oops?
What is oops with example?
What is a class in oop?
What is class and example?
What is the renewal class?
What are main features of oop?