What are classes oop?


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

Post New Answer

More OOPS Interview Questions

What are the features of oop?

0 Answers  


What makes a language oop?

0 Answers  


what is polymorpsim? what are its types?

8 Answers  


diff between Abstract class Interfaces?

4 Answers  


Are polymorphisms mutations?

0 Answers  






When is a memory allocated to a class?

11 Answers  


#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 is stream in oop?

0 Answers  


what is inline function?

3 Answers  


Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.

2 Answers  


Is enum a class?

0 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,


Categories