Page 1 of 2 12 LastLast
Results 1 to 20 of 32

Thread: Difference between the object based and object oriented

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Mar 2007
    Answers
    2

    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


  2. #2
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    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


  3. #3
    Junior Member
    Join Date
    Jan 2007
    Answers
    4

    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.


  4. #4
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    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


  5. #5
    Junior Member
    Join Date
    May 2007
    Answers
    15

    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


  6. #6
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    Re: Difference between the object based and object oriented

    ASP is not a language it is a technology....


  7. #7
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    Re: Difference between the object based and object oriented

    ASP is not a language it is a web technology....


  8. #8
    Junior Member
    Join Date
    Apr 2008
    Answers
    15

    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.


  9. #9
    Junior Member
    Join Date
    Apr 2009
    Answers
    2

    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.


  10. #10
    Junior Member
    Join Date
    May 2009
    Answers
    3

    Re: Difference between the object based and object oriented

    Quote Originally Posted by nkp_mca View Post
    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.
    Sorry to say, but java Doesn't support Multiple Inheritence completely, So java is not a pure object-oriented Language.


  11. #11
    Junior Member
    Join Date
    Jun 2009
    Answers
    1

    Arrow Re: Difference between the object based and object oriented

    Quote Originally Posted by nkp_mca View Post
    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.
    No,Java looses its platform independence in two concepts.
    1: It uses pointers while storing object variable and its instance variables
    2: While executing multiple threads the control is in operating system's hand, at that time JVM will sit idle until the completion of the execution of threads.

    So, Java is not a pure object oriented language


  12. #12
    Junior Member
    Join Date
    Apr 2013
    Answers
    1

    Re: Difference between the object based and object oriented

    . ASP.NET purely object oriented whereas ASP is partially object oriented.


  13. #13
    Junior Member
    Join Date
    Jun 2011
    Answers
    1

    Re: Difference between the object based and object oriented

    Quote Originally Posted by ushalakshmi View Post
    A/c to me Java is also not a pure object oriented language.y Bcoz It's using Predefined functions.
    Hi friends actually: Java is Object Oriented language not pure Object Oriented but not because of predefined functions, it is because of Primitive Data Types.


  14. #14
    Junior Member
    Join Date
    May 2007
    Answers
    15

    Re: Difference between the object based and object oriented

    YES , ASP.NET is a framework/technolgy

    but ASP is an Object based language


  15. #15
    Contributing Member
    Join Date
    May 2007
    Answers
    60

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


  16. #16
    Contributing Member
    Join Date
    May 2007
    Answers
    60

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


  17. #17
    Junior Member
    Join Date
    Jan 2007
    Answers
    4

    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?


  18. #18
    Junior Member
    Join Date
    Feb 2008
    Answers
    17

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


  19. #19
    Junior Member
    Join Date
    Feb 2008
    Answers
    6

    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.


  20. #20
    Junior Member
    Join Date
    Feb 2008
    Answers
    1

    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.


Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact