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


Please Help Members By Posting Answers For Below Questions

What is the difference between encapsulation and polymorphism?

598


Why multiple inheritance is not allowed?

586


What is basic concept of oop?

702


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2008


What is oops concept with example?

580






What is difference between data abstraction and encapsulation?

619


what are the different types of qualifier in java?

1846


What is the difference between abstraction and polymorphism?

619


What are the 4 pillars of oop?

674


What is encapsulation with example?

582


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1944


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1643


What are the data types in oop?

608


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1795


What is the importance of oop?

615