What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / shashikant singh
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.
my email shashikant3070@gmail.com hai
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is object in oop with example?
What is encapsulation with real life example?
What is the difference between encapsulation and polymorphism?
Please send ford technologies placement paper 2 my mail id
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the benefit of oop?
What is abstract class in oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is object in oops?
What is class encapsulation?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is meant by oops concept?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the highest level of cohesion?
Why it is called runtime polymorphism?