Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Please tell me the oops concept with detailed answer

Answers were Sorted based on User's Feedback



Please tell me the oops concept with detailed answer..

Answer / saranya

the basic concepts of OOP's are
1.class- it is a collection of variables and methods
2.odjects- it is the run time entity(it is same as real
world objects)
3.data abstraction and encapsulation-essential features of
data not including the background details
4.polymorphism-same name with more than one form
5.inheritance-concept of acquiring the base class properties
there are 5 types of inheritance
1.single inheritance
2.multiple inheritance
3.multilevel inheritance
4.hierarchical inheritance
5.hybrid inheritance
6.dynamic binding- data bind at runtime
7.message passing-communicating information with one another

Is This Answer Correct ?    21 Yes 2 No

Please tell me the oops concept with detailed answer..

Answer / m.shanmuga sundaram

Oops is an acronym for object oriented programming language
or object oriented paradigm

Building blocks of oops are

1) Data Encapsulation :
Hiding non essential things from an user

2) Abstraction
Implementation of data encapsulation

3) Inhertitance
Reusability of code

4) Polymorphism
The ability of a function that can act on different data
types in different ways

Is This Answer Correct ?    12 Yes 3 No

Please tell me the oops concept with detailed answer..

Answer / mahesh_b.tech@2008

There are mainly 4 object oriented principals.

1)ABSTAACTION:process of providing necessary properties &
operations of an object.

2)ENCAPSULATION:process of providing all the properties
&operations of entity in one place.
properties...>variables
operations...>methods
place ...>class

3)INHERITANCE:process of writing a new class(derived
class,sub class,chiled class) by using the functionality of
existing class(super class,base class,parent class)

4)POLYMORPHISM:one form behaving differently in different
situations.
ex:tv remote button,same button used to make the tv on &
off.

Is This Answer Correct ?    8 Yes 3 No

Please tell me the oops concept with detailed answer..

Answer / priya

c++ supports oops concept
that are
1.encapsulation
(gathring all information in to a single unit)
2.Polymorphism
(The ability of a function that can act on different
data types in different ways)
3 Abstraction
(Implementation of data encapsulation)
4.class- it is a collection of variables and methods
5.odjects- it is the run time entity(it is same as real
world objects)
6.inheritance-
concept of acquiring the base class properties
there are 5 types of inheritance
1.single inheritance
2.multiple inheritance
3.multilevel inheritance
4.hierarchical inheritance
5.hybrid inheritance
7.dynamic binding- data bind at runtime
8.message passing-communicating information with one another

Is This Answer Correct ?    8 Yes 3 No

Please tell me the oops concept with detailed answer..

Answer / vishal

Fundamental concepts of OOPS
1.Object
2.Encapsulation
3.Object Reuse using
-Abstract classes
-Interface
-Inheritance
-Composition

Is This Answer Correct ?    1 Yes 0 No

Please tell me the oops concept with detailed answer..

Answer / sree

oops s a object oriented programing language.....

Is This Answer Correct ?    2 Yes 2 No

Please tell me the oops concept with detailed answer..

Answer / sumithra.pj

encapsulation
inheritance
polymorphism

Is This Answer Correct ?    3 Yes 3 No

Please tell me the oops concept with detailed answer..

Answer / sathya

oops means that object oriented programming, the precedure
ifollowed inc lan...

Is This Answer Correct ?    8 Yes 9 No

Please tell me the oops concept with detailed answer..

Answer / afrina

oops concept:
class,object,data abstraction,data encapsulation,inheritance
and polymorphism.....

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More OOPS Interview Questions

Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,


diff between Abstract class Interfaces?

4 Answers  


how to find the largest of given numbers in an array

2 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.

0 Answers  


Program to read a comment string

1 Answers   IBM,


What is class encapsulation?

0 Answers  


should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks

2 Answers  


explain the concepts of oops?

1 Answers  


Which method cannot be overridden?

0 Answers  


What are the advantages of polymorphism?

0 Answers  


What is the use of oops?

0 Answers  


Categories