What does and I oop mean in text?


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

Post New Answer

More OOPS Interview Questions

why reinterpret cast is considered dangerous?

0 Answers   TCS,


How oops is better than procedural?

0 Answers  


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

2 Answers   TCS,


What is destructor in oop?

0 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,






Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


how do u initialize the constant variables

5 Answers   IBM, Siemens,


#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,


Why multiple inheritance is not possible?

0 Answers  


What is the main purpose of inheritance law?

0 Answers  


What is destructor give example?

0 Answers  


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


Categories