WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD
PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)



WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIS..

Answer / balu

the programming language which supports
inheritence,polymorpism,encapsulation is called o-o language.

the pgogrmming language which does not support inheritence
is called object based language.

Is This Answer Correct ?    27 Yes 10 No

Post New Answer

More OOPS Interview Questions

Write pseudo code for push in a stack?

2 Answers   emc2,


Whats is abstraction in oops?

0 Answers  


What is the different between Applet and Application?

2 Answers  


what is the function of 'this' operator ?

7 Answers   Wipro,


what is polymorphism?

4 Answers  






Have you ever interfaced with a database?

2 Answers   IBM,


What do you mean by overloading?

0 Answers  


What do you mean by inline function?

6 Answers  


What is the difference between procedural programming and oops?

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 encapsulation in simple terms?

0 Answers  


WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET

1 Answers  


Categories