Prepare for your Next Interview
This is a discussion on Difference between the object based and object oriented within the C# forums, part of the Software Development category; What is the difference between the object based and object oriented? one interviwer asked C# is object based and ASP.Net is Object Oriented both statmentes True or False. Please ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Difference between the object based and object oriented
What is the difference between the object based and object oriented?
one interviwer asked C# is object based and ASP.Net is Object Oriented both statmentes True or False. Please give me reply |
| The Following User Says Thank You to glatha For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Difference between the object based and object oriented
Hi,
The main diffrence between object oriented and object based languages is object based languages doesn't support Inheritance where as object oriented supports. c# is a object oriented language because it supports inheritance and asp.net is not a langugae it is a technology....... do u have any quries le me know.... Regards, Hari Prasad |
| The Following User Says Thank You to hari.nattuva For This Useful Post: | ||
|
|||
|
Re: Difference between the object based and object oriented
Java is an object oriented , means it uses all the features of oops like u can use inheritence , u can create an class and objects .
Javascipt is an Object based means eventhough u can't use all the features of oops like inheitence etc. but ur making use of object concept. for eg. document.write("hi") here document is an bulit in object and write is an method. For your question : C# is an object oriented language ASP is an object based language |
|
|||
|
Re: Difference between the object based and object oriented
ASP.net is not at all a object based language it is a specification or web technology bcoz it doesn't have any predefined specifications....
|
|
|||
|
Re: Difference between the object based and object oriented
ASP.net is not at all a object based language it is a specification or web technology bcoz it doesn't have any predefined specifications....
|
|
|||
|
Quote:
|
|
|||
|
Re: Difference between the object based and object oriented
No object based languages supports method overloading through method overloading we can acheive static polymorphism...
Regards, Hari Prasad |
|
|||
|
Re: Difference between the object based and object oriented
Object based language are need not support Inheritance.
EX: Visual basic is object based language. Will it support polymorphism completely? |
|
|||
|
Re: Difference between the object based and object oriented
object based is asp.net
object oriented means c#.net... in asp.net we can't use inheritence concept.... but we can in c#..this is the one of the main diff between object based and objectoriented... |
|
|||
|
Re: Difference between the object based and object oriented
If the language supports ony 3 features i;e (data encapsulation,data abstraction $ polymorphism).then it is said to be object based programming language. 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.
|
|
|||
|
Re: Difference between the object based and object oriented
Object Oriented Prigramming language is a language which supports all the features of OOPS.
Object BasedLanguage is a language which doesn't supports all the features of oops Mainly Inheritence. C# is a OOPL. ASP.NET is a WEB-TECHNOLOGY not a language. |
|
|||
|
Re: Difference between the object based and object oriented
Quote:
Object Oriented : is supports all oops concepts. |
|
|||
|
Re: Difference between the object based and object oriented
Object oriented programming it is the concept which supports
![]() |