GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#

 Print  |  
Question:  Object Oriented and Object Based Language

Answer: Explain What are Object Oriented Language and Object Based Language


December 12, 2008 06:51:37 #3
 Aarthy_SP   Member Since: December 2008    Total Comments: 1 

RE: Object Oriented and Object Based Language
 
Any langauge based on encapsulation concpet and operations with the objects are called as Object Based language. Exmaple : VB is a Object based and not an Object oriented

Any langauge based on encapsulation concept and operations with the objects and also dealing with the inheritance and polymorphism are called as Object Oriented language. Exmaple : C++,C#
     

 

Back To Question