What are the OOPS concepts?

Answers were Sorted based on User's Feedback



What are the OOPS concepts?..

Answer / renganayaki

OOPS described as Object Oriented Programing
Language.oops are used for Data Structure Programing
supported in C++ and Java.oops Identify following aspects:
1.Class
2.Objects
3.encapsulation
4.Abstraction
5.Inheritance
6.Polymorphism

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / nagesh

1.Class
2.Object
3.Inheritance
4.Polymorphism
5.Encapsulation

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / amruta

There are 7 basic concepts of oop
1.object&classes
2.data abstraction
3.data encapsulation
4.polymorphism
5.inheritance
6.dynamic binding
7.msg passing

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / sri

object oriented programming language concepts are,
object
data abstraction
encapsulation
inheritance
polymorphism
message passing

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / dlp

objects
data abstraction
inheritance
encapsulation
dynamic binding
message passing

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / jiji m v

Object and class
Data abstraction
Data encapsulation
Inheritance
Overloading
Polymorphism

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / ram

OOPS's organize to program based on data..
object and other set of interface is that data...

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / nehru

Encapsulation
Data Abstraction
Polymorphism
Persistence
Deli cation
Generosity
Extensibility

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / sathish

Encapsulation
Polymorphism
Inheritance

Is This Answer Correct ?    0 Yes 0 No

What are the OOPS concepts?..

Answer / anil kumar battula

1.object
2.class
3.data Abstraction & encapsulation
4.Inheritence
5.polymorphism
6.data binding
7.message passing

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe

1 Answers  


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


What's the full form of STL?

2 Answers  


How oops is better than procedural?

0 Answers  


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

0 Answers  






State what is encapsulation and friend function?

0 Answers   BirlaSoft,


What is the difference between encapsulation and polymorphism?

0 Answers  


Why multiple inheritance is not possible?

0 Answers  


which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


What is class in oop with example?

0 Answers  


Differences between inline functions and non-inline functions?

4 Answers   Ness Technologies,


Can we create object of abstract class?

0 Answers  


Categories