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


tel me oops defination in single line

Answers were Sorted based on User's Feedback



tel me oops defination in single line..

Answer / vinay sharma

It is technik give to think of real word in term of object.

Is This Answer Correct ?    14 Yes 7 No

tel me oops defination in single line..

Answer / sathya m

Object Oriented Programming Language

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More OOPS Interview Questions

#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


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

1 Answers  


What are virtual classes?

0 Answers  


write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language

3 Answers   Satyam,


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


When will a constructor executed?

5 Answers   TCS,


You have one base class virtual function how will call that function from derived class?

4 Answers  


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,


What are two types of polymorphism?

0 Answers  


What is the difference between the c++ & java?

2 Answers  


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?

4 Answers  


Categories