what is difference b/w object based and object oriented
programming language?

Answers were Sorted based on User's Feedback



what is difference b/w object based and object oriented programming language?..

Answer / bappaditya

object based programming do not support the vital two
features of object oriented language..which are inheritance
and polymorphism

Is This Answer Correct ?    138 Yes 22 No

what is difference b/w object based and object oriented programming language?..

Answer / anshu sharma

Object-Based Programming usually refers to objects without
inheritance and without polymorphism,These languages
support abstract data types and not classes,which provide
inheritance and polymorphism.however,support both
inheritance and polymorphism and they are object-oriented.

Is This Answer Correct ?    47 Yes 11 No

what is difference b/w object based and object oriented programming language?..

Answer / chirag

Object Base Language Not Support Inheritance & Polimorphisum

Is This Answer Correct ?    42 Yes 9 No

what is difference b/w object based and object oriented programming language?..

Answer / uv

Object based programming language supports all the features
of OOP except Inheritence

Is This Answer Correct ?    96 Yes 64 No

what is difference b/w object based and object oriented programming language?..

Answer / lalit kumar

The main difference between object based and object oriented
language is the language which supports concepts of
inheritence and dynamic binding is known as object oriented
and the language which doesnot support these 2 concepts is
called object based language.

Is This Answer Correct ?    36 Yes 4 No

what is difference b/w object based and object oriented programming language?..

Answer / souvik ballav

Object Base Language Not Support Inheritance &
Polimorphisom or dynamic binding.......

Is This Answer Correct ?    14 Yes 6 No

what is difference b/w object based and object oriented programming language?..

Answer / shubham singh

If the language supports ony 3 features i;e (encapsulation,abstraction and polymorphism).then it is said to be object based programming language.
for example vb,asp.

If the language supports all the 4 features i;e(encapsulatio,abstraction,polymorphism $ also inheritance )..then it is said to be object oriented programming language.
for example java , c#.

Is This Answer Correct ?    7 Yes 1 No

what is difference b/w object based and object oriented programming language?..

Answer / shanky

answaer added by baapiadityaa is correct bt i want to add 1
more pt. that,in object oriented language packaging of
funnction inside the structure is supported while in case
of object base language its nt poss

Is This Answer Correct ?    21 Yes 17 No

what is difference b/w object based and object oriented programming language?..

Answer / krud sigh urf ykku

oops based r those in which we cn put more oop ooh ihhh n
suddnly currnt is vibtrate in d body of the students...thank
u so much

Is This Answer Correct ?    7 Yes 5 No

what is difference b/w object based and object oriented programming language?..

Answer / g hari

object based programming usually refers to object without
inheritence and without polymorphism.object oriented have
an associated type.types may have inherit attributes from
super types.i support inheritence & polymorphism.

object oriented=class and object+inheritence+communication
message.
any wrong in this answer let me know.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is data binding in oops?

0 Answers  


what is difference between String s=new String("vali"); String s="vali"

1 Answers  


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,


What is the use of oops?

0 Answers  






What is encapsulation example?

0 Answers  


what is the technical or oop name of object?

1 Answers  


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


Which is better struts or spring?

0 Answers  


What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,


What is overloading in oop?

0 Answers  


Categories