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


What is the concept of object oriented program?

Answers were Sorted based on User's Feedback



What is the concept of object oriented program?..

Answer / nijasec

It giving importance to object or it consists of objects of
classes

Is This Answer Correct ?    13 Yes 3 No

What is the concept of object oriented program?..

Answer / kalyan

it is a concept which uses a method of using objects

Is This Answer Correct ?    4 Yes 1 No

What is the concept of object oriented program?..

Answer / ashish gangawane

It giving importance to object or it consists of objects of
classes

Is This Answer Correct ?    5 Yes 2 No

What is the concept of object oriented program?..

Answer / mayank kumar

c++ follows the concept of class

Is This Answer Correct ?    4 Yes 2 No

What is the concept of object oriented program?..

Answer / srihari

It consists of more classes

Is This Answer Correct ?    3 Yes 2 No

What is the concept of object oriented program?..

Answer / jangam

the object oriented is the write the oops concept and write
the classes

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More OOPS Interview Questions

Write a macro for swapping integers

5 Answers  


What is abstraction in oop with example?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.

7 Answers   ETH,


Can private class be inherited?

0 Answers  


what isthe difference between c structure and c++ class

5 Answers  


What is a null tree?

0 Answers  


What polymorphism means?

0 Answers  


1. Define a class.

6 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


How to call a non virtual function in the derived class by using base class pointer

3 Answers   HCL,


What is multiple inheritance?

9 Answers   TCS,


Categories