What are main features of oop?


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

Post New Answer

More OOPS Interview Questions

What is the difference between encapsulation and polymorphism?

0 Answers  


What is data binding in oops?

0 Answers  


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

2 Answers   TCS,


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

0 Answers  


Name an advantage of linked list over array?

11 Answers   IBM, Infosys,






Is this job good for future? can do this job post grduate student?

0 Answers  


What is encapsulation oop?

0 Answers  


When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

13 Answers   HCL, Honeywell,


#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  


What do you mean by Encapsulation?

0 Answers   Ittiam Systems,


When is an object created and what is its lifetime?

4 Answers   IBM,


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


Categories