• 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

abastract & interface

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
all I have faced one interview question that if you want to make application for hospital which all interface & abstract classes you will create , please can anybody help how to do that you can give any other example also like student management I want to just know that basic concept of it...

Thanks & Regards
sam
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for that you have to do analysis of hotel mgmt system before you design classes you need to study the UML course book before you can do that!
Anyways i think the interviewer wanted to know your analysis skills not your programming! just opinion!
 
sam dims
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Joywish Man wrote:for that you have to do analysis of hotel mgmt system before you design classes you need to study the UML course book before you can do that!
Anyways i think the interviewer wanted to know your analysis skills not your programming! just opinion!



Thanks but can you explain me some of the concept of abstract & interface class truely I never used it..
 
Clyde DeSouza
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can read this i really do not have time to explain basics

http://java.sun.com/docs/books/tutorial/java/IandI/abstract.html


good docs
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you nice docs
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic