What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / sambhav
OOPS is a methodology used for building software
application and OOPS consist of Classes, Object and Methods.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is destructor example?
Why multiple inheritance is not allowed?
Why it is called runtime polymorphism?
Whats oop mean?
What is polymorphism and types?
Write a program to reverse a string using recursive function?
Why do we need oop?
c++ program to swap the objects of two different classes
Which is not an object oriented programming language?
What is oops in simple words?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is polymorphism what are the different types of polymorphism?
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 abstraction in oop with example?
What is cohesion in oop?