What is abstraction and encapsulation?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


can main method be overloaded...??? How..????

2 Answers   Satyam,


the difference between new and malloc

5 Answers   Siemens,


what is a binary overloading

2 Answers  


Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.

1 Answers   Wipro,






Name an advantage of linked list over array?

11 Answers   IBM, Infosys,


what are the ways in which a constructors can be called?

0 Answers  


What is memory leak and memory corruption?

1 Answers   TCS,


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


what is abstract class ? when is used in real time ? give a exp

5 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  


Categories