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


oops concept is used for?

Answers were Sorted based on User's Feedback



oops concept is used for?..

Answer / yj

OOP concepts were introduced to overcome the limitations of POP(Procedure Oriented Programming). The first and foremost aim of OOP was to secure the data by encapsulating it in class and providing the only way to access them i.e., through functions which are in the same class.
Secondly, it reduces the complexity.
Thirdly, it reuses the code and hence uses memory efficiently.

There are 3 main OOP concepts :
1. Encapsulation.
2. Polymorphism.
3. Inheritance.

Is This Answer Correct ?    34 Yes 1 No

oops concept is used for?..

Answer / kundlasireesha

security

Is This Answer Correct ?    17 Yes 6 No

oops concept is used for?..

Answer / muthukumar

secureity as well as to increase the execution speed by
providing data and functions together with in an object

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More OOPS Interview Questions

char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


what is virtual function?

3 Answers  


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  


What are generic functions and generic classes?

5 Answers  


What is abstraction and encapsulation?

0 Answers  


write string class as your own class in java without using any built-in function

0 Answers  


What is solid in oops?

0 Answers  


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,


what is data abstraction with example.

1 Answers  


Why do we use class?

0 Answers  


Categories