What are the OOPS concepts?
Answer Posted / aakritybuxy
Its a concept,used to describe a computer application that
is composed of multiple objects,which are connected to each
other. Three of the most basic concept for OOPS are:
* Classes
* Objects
* Methods...
There are few more concepts :
* Inheritance
* Abstraction
* Polymorphism
* Encapsulation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the main purpose of inheritance law?
Can an interface inherit a class?
What is the renewal class?
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 does it mean when someone says I oop?
Can we create object of abstract class?
What is inheritance and how many types of inheritance?
When not to use object oriented programming?
What is the diamond problem in inheritance?
What does and I oop and sksksk mean?
What is object in oop?
What is solid in oops?
What are the two different types of polymorphism?
What is cohesion in oop?
What is encapsulation in ict?