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


Definition of Object Oriented Programming in single line?

Answers were Sorted based on User's Feedback



Definition of Object Oriented Programming in single line?..

Answer / bhuvana

OOP Provides a way of Modularizing Programs by creating
memory area for both data and function that can be used as
templetes for creating copies of such modules on demand.

Is This Answer Correct ?    0 Yes 2 No

Definition of Object Oriented Programming in single line?..

Answer / jithin

Object Orieante Promming is working with the number of
objects to create a real world application.

Is This Answer Correct ?    3 Yes 6 No

Definition of Object Oriented Programming in single line?..

Answer / gangarampal

OOPS as Object Oriented Programming language.This type
of programming allows the creation of an object which always
has the same functional use, but can have multiple definitions.
for Ex. my company creates a diagnostic product. This product
provides a set of "objects" to be used to represent
diagnostic knowledge.One object in the set, the symptom,
represents an observable problem that someone might call a
tech support center to report.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More OOPS Interview Questions

why overriding?

3 Answers  


How to Increment the value of the empid E001 for each and every employee by using the programe?

1 Answers   Accenture,


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,


1.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.

1 Answers   Tech Mahindra,


How long to learn object oriented programming?

0 Answers  


What are the 4 pillars of oop?

0 Answers  


What is interface in oop?

0 Answers  


create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  


WAP find square root of any number (without using sqrt() )?

3 Answers  


What is this interview room ? Is it a class or an object.

3 Answers   CybAge, NSN, Wipro,


what is the diffrence between c# and c++

5 Answers  


What do you mean by inheritance?

0 Answers   IBS,


Categories