what is the drawback of classical methods in oops?


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

Post New Answer

More OOPS Interview Questions

What is operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


define oops concept with example

1 Answers   Cap Gemini,


What is the differances between a abstract calss and interface

5 Answers   Aviva, Symphony,


what is the difference between inter class and abstract class...?

0 Answers  


What is multilevel inheritance?

0 Answers  






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

2 Answers   TCS, Wipro,


What is sub classing in c++?

1 Answers  


Where You Can Use Interface in your Project

0 Answers   KPIT,


What is multiple inheritance? Give Example

6 Answers   Mind Tree,


What is purpose of inheritance?

0 Answers  


Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....

4 Answers   Bally Technologies, IBM, SoftSol,


The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview

1 Answers   Astersys,


Categories