what is the technical or oop name of object?



what is the technical or oop name of object?..

Answer / googly

instance of class

Is This Answer Correct ?    12 Yes 0 No

Post New Answer

More OOPS Interview Questions

Where is pseudocode used?

0 Answers  


What type of loop is a for loop?

0 Answers  


What is command routing in MFC

1 Answers   GE,


why to use operator overloading

3 Answers  


What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

15 Answers   ISTS, Wipro,


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,


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What is polymorphism and example?

0 Answers  


Can we have inheritance without polymorphism?

0 Answers  


what is namespace? what are the uses of namespace?

1 Answers  


What is encapsulation in oops?

0 Answers  


Can we create object of interface?

0 Answers  


Categories