What are the 3 principles of oop?


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

Post New Answer

More OOPS Interview Questions

Which is better struts or spring?

0 Answers  


Polymorphism with an example?

8 Answers   Accenture, emc2,


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

0 Answers  


What is the difference between inheritance and polymorphism?

0 Answers  


How long to learn object oriented programming?

0 Answers  






What is object in oop with example?

0 Answers  


What is class and object with example?

0 Answers  


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


What does it mean when someone says I oop?

0 Answers  


Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?

3 Answers  


What is a friend function & its advantage?

1 Answers   MIT,


Categories