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

What is polymorphism? Explain with an example.

48 Answers  


What is difference between class and object with example?

0 Answers  


what is Class in oops with example?

4 Answers   HCL,


Program to check whether a word is the first word of the sentence.

1 Answers  


What are the four main oops concepts?

1 Answers  






Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


What are the advantanges of modularity

2 Answers  


What do you mean by binding of data and functions?

3 Answers  


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


What is the Advantage of Interface over the Inheritance in OOPS?

4 Answers  


swapping program does not use third variable

5 Answers   TCS,


Categories