• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Fundamental but do reply onthese defination

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have actually understood the concepts of a class , object and abstraction
but can anyone give a exact defination of these concepts
 
Ranch Hand
Posts: 1514
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's a good thing that you've actually understood the concept. As for an exact definition, if you look at 5 different texts their definitions of these concepts will differ somewhat. But the concept still stays the same.

Bosun
 
anis mistry
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bosun Bello:
It's a good thing that you've actually understood the concept. As for an exact definition, if you look at 5 different texts their definitions of these concepts will differ somewhat. But the concept still stays the same.

Bosun


 
anis mistry
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you bosun for your reply but still i insist on definitions from inteview point of view
give atleast one but the best definition for each concept.
 
Ranch Hand
Posts: 204
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whats a class?
A. Its can be thought of as a user defined data type.A class defines the structure and behaviour which is shared by a set of objects.
Whats an object?
A. Its an instance of the class
well it can now be usderstood that the class is a logical construct; an object has a physical reality.
------------------
IBM Certified WebSphere Application Server V3.5 Specialist
[This message has been edited by Dharmesh Chheda (edited November 30, 2001).]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by anis mistry:
i have actually understood the concepts of a class , object and abstraction
but can anyone give a exact defination of these concepts


Class can be thought of as template, and objects are derived from that template. When objects are created memory is allocated to that object so that it could be further used.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic