What do you mean by abstraction?


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

Post New Answer

More OOPS Interview Questions

Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


what is difference between String s=new String("vali"); String s="vali"

1 Answers  


What is overloading in oops?

0 Answers  


What do we mean by a hidden argument in a function?

1 Answers   TCL,


What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,






#include <iostream> using namespace std; int main() { int a = 3; 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][2]; }

1 Answers  


OOP'S advantages of inheritance include:

1 Answers   Infosys,


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


How Do you Code Composition and Aggregation in C++ ?

3 Answers   IBM, NET,


what is the difference between javap and jad utility

1 Answers   Wipro,


What is pure oop?

0 Answers  


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


Categories