What are the OOPS concepts?
Answer Posted / rajeev shishodia
Simple meaning of OOPS is Object Oriented Programming Skill.
Which is programming language work on the following 3
features as known as OOPS based language?
1. Encapsulation / Abstraction
2. Inheritance
3. Polymorphism
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
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 inheritance and how many types of inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Is enum a class?
c++ program to swap the objects of two different classes
What are classes oop?
What is basic concept of oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is encapsulation oop?
What is an example of genetic polymorphism?
what's the basic's in dot net
Why is abstraction used?
What is the example of polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?