Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Difference between the object based and object oriented

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 give ...

Go Back   Geeks Talk > Software Development > C#
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

C# C#

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2007
Junior Member
 
Join Date: Mar 2007
Location: hyderabad
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
glatha is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to glatha For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-13-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 10 Times in 6 Posts
hari.nattuva is on a distinguished road
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
Reply With Quote
The Following 2 Users Say Thank You to hari.nattuva For This Useful Post:
  #3 (permalink)  
Old 06-13-2007
Junior Member
 
Join Date: May 2007
Location: Mysore
Posts: 16
Thanks: 1
Thanked 1 Time in 1 Post
umeshap is on a distinguished road
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
Reply With Quote
  #4 (permalink)  
Old 06-13-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 10 Times in 6 Posts
hari.nattuva is on a distinguished road
Re: Difference between the object based and object oriented

ASP is not a language it is a technology....
Reply With Quote
  #5 (permalink)  
Old 06-13-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 10 Times in 6 Posts
hari.nattuva is on a distinguished road
Re: Difference between the object based and object oriented

ASP is not a language it is a web technology....
Reply With Quote
  #6 (permalink)  
Old 06-14-2007
Junior Member
 
Join Date: May 2007
Location: Mysore
Posts: 16
Thanks: 1
Thanked 1 Time in 1 Post
umeshap is on a distinguished road
Re: Difference between the object based and object oriented

YES , ASP.NET is a framework/technolgy

but ASP is an Object based language
Reply With Quote
  #7 (permalink)  
Old 06-14-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 10 Times in 6 Posts
hari.nattuva is on a distinguished road
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....
Reply With Quote
  #8 (permalink)  
Old 06-14-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 10 Times in 6 Posts
hari.nattuva is on a distinguished road
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....
Reply With Quote
  #9 (permalink)  
Old 06-25-2007
Junior Member
 
Join Date: Jan 2007
Location: Earth
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Artral is on a distinguished road
Exclamation Re: Difference between the object based and object oriented

Quote:
Originally Posted by hari.nattuva View Post
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
Object based: does not support polymorphism too these are the two key diff bet OOP and object based programming.
Reply With Quote
  #10 (permalink)  
Old 06-26-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 10 Times in 6 Posts
hari.nattuva is on a distinguished road
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
Reply With Quote
  #11 (permalink)  
Old 06-26-2007
Junior Member
 
Join Date: Jan 2007
Location: Earth
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Artral is on a distinguished road
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?
Reply With Quote
  #12 (permalink)  
Old 02-13-2008
Junior Member
 
Join Date: Feb 2008
Location: bangalore
Posts: 18
Thanks: 0
Thanked 2 Times in 1 Post
venkat.rbs is on a distinguished road
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...
Reply With Quote
  #13 (permalink)  
Old 02-16-2008
Junior Member
 
Join Date: Feb 2008
Location: hyderabad
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
shilu is on a distinguished road
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.
Reply With Quote
  #14 (permalink)  
Old 03-10-2008
Junior Member
 
Join Date: Feb 2008
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sarada.mutnuru is on a distinguished road
Re: Difference between the object based and object oriented

hai,
this is sarada.i hvae done my MSc(IT).I am interested in joining your group.
thanks,
sarada.
Reply With Quote
  #15 (permalink)  
Old 04-22-2008
Junior Member
 
Join Date: Apr 2008
Location: visakhaptnam
Posts: 18
Thanks: 2
Thanked 2 Times in 1 Post
ushalakshmi is on a distinguished road
Re: Difference between the object based and object oriented

A/c to me Java is also not a pure object oriented language.y Bcoz It's using Predefined functions.
Reply With Quote
  #16 (permalink)  
Old 04-22-2008
Junior Member
 
Join Date: Apr 2008
Location: visakhaptnam
Posts: 18
Thanks: 2
Thanked 2 Times in 1 Post
ushalakshmi is on a distinguished road
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.
Reply With Quote
  #17 (permalink)  
Old 07-16-2008
Junior Member
 
Join Date: Jul 2008
Location: Mumbai
Posts: 7
Thanks: 0
Thanked 2 Times in 2 Posts
sudhakarr.net is on a distinguished road
Re: Difference between the object based and object oriented

Quote:
Originally Posted by ushalakshmi View Post
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.
Object based : it is not support the all oops concepts.
Object Oriented : is supports all oops concepts.
Reply With Quote
  #18 (permalink)  
Old 07-26-2008
Junior Member
 
Join Date: Jul 2008
Location: INDIA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
upasancool is on a distinguished road
Re: Difference between the object based and object oriented

Object oriented programming it is the concept which supports
  1. encapsulation
  2. inheritance
  3. polymorphism
  4. abstraction
Example: Java, C# etc Object based it is the concept which supports only encapsulation Example: JavaScript, Jscript.
Reply With Quote
  #19 (permalink)  
Old 04-29-2009
Junior Member
 
Join Date: Apr 2009
Location: india
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
nkp_mca is on a distinguished road
Re: Difference between the object based and object oriented plz tell me

what is the difference b/w object oriented and object based languages?
Reply With Quote
  #20 (permalink)  
Old 04-29-2009
Junior Member
 
Join Date: Apr 2009
Location: india
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
nkp_mca is on a distinguished road
Re: Difference between the object based and object oriented

Hi ushalakshmi , i think you're opinion is wrong why because object oriented means which language follows oops concept that language is called object oriented language java supports all oops concepts, so i think java is purely object oriented language.
Reply With Quote
Reply

  Geeks Talk > Software Development > C#

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Difference between a web based, Client Server and a Desktop application? bvani Web Testing 35 09-21-2009 04:21 PM
Object Spy suji QTP 3 06-19-2009 10:05 AM
what is object based programming? raafay VB.NET 9 08-16-2008 01:59 PM
WinRunner not identified object , what 2 do other than virtual object wizard method. jayant_gajbhiye WinRunner 6 10-16-2007 07:23 AM
Difference between runtime object and testobject sekharc QTP 3 01-17-2007 02:20 PM


All times are GMT -4. The time now is 07:53 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved