OOPS Interview Questions
Questions Answers Views Company eMail

explain dynamic binding by drowing

Cognizant,

2 6146

how can we design a magic square in c++?or suggest me the basic idea of it.

3 7248

What is the differances between a abstract calss and interface

Aviva, Symphony,

5 9172

what is difference b/w object based and object oriented programming language?

Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,

18 41750

what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 33076

What are the advantanges of modularity

2 13761

How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1642

How to deploy web appliction in web logic ?

Unisys,

1 4795

wht is major diff b/w c and c++?

10 15071

Write a program to demonstrate the use of 'Composition' in C++

2 7819

How is data security provided in Object Oriented languages? ?

5 6179

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

ETH,

7 25300

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.

HCL,

4 8444

what is virtual function in c++

6 11813

why we call c++ is object oriented lanaguage

HCL,

7 11854


Post New OOPS Questions

Un-Answered Questions { OOPS }

Why is object oriented programming so hard?

602


Can we define a class within the interface?

543


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

5235


What is class and object with example?

576


What are the benefits of interface?

565






What is polymorphism in oop example?

505


What does it mean when someone says I oop?

568


Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation

1652


What is abstract class in oop?

522


What are the 3 principles of oop?

602


What is polymorphism explain?

668


What is difference between inheritance and polymorphism?

557


What is oops concept with example?

566


What is this pointer in oop?

543


What is inheritance write a program to show use of inheritance?

601