What are the OOPS concepts?
Answers were Sorted based on User's Feedback
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 |
Answer / nagesh
1.Class
2.Object
3.Inheritance
4.Polymorphism
5.Encapsulation
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Answer / sri
object oriented programming language concepts are,
object
data abstraction
encapsulation
inheritance
polymorphism
message passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dlp
objects
data abstraction
inheritance
encapsulation
dynamic binding
message passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jiji m v
Object and class
Data abstraction
Data encapsulation
Inheritance
Overloading
Polymorphism
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Answer / nehru
Encapsulation
Data Abstraction
Polymorphism
Persistence
Deli cation
Generosity
Extensibility
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Which type does string inherit from?
What is abstraction in oops?
What do you mean by overloading?
What do you mean by variable?
What is destructor oops?
Can we create object of class with private constructor?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is the main purpose of inheritance law?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
What does and I oop and sksksk mean?
if u write a class do u write Assignment operator and copy constructor