• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

oop's concept

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is oop's concept in Java Language?Pls give answer clearly& briefly?
[ September 28, 2005: Message edited by: rr yrk ]
 
Ranch Hand
Posts: 410
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"rr",

I know somebody is going to point you to the FAQ regarding your name and your posting style, so it might as well be me

Regarding your question - it is so general that Google - or better yet, a good book - would be ideal for you. There is also the OOP forum here that might be a good place to look.

People here will be able to assist you better (and from my experience, they do want to) if you have do at least some basic research yourself and then ask more specific questions.
 
Ranch Hand
Posts: 657
Spring VI Editor Clojure
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.techiwarehouse.com/cms/engine.php?page_id=208feace#1

--------------
Naveen Vooka
www.devsquare.com
DevSquare - Online Application Development
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Robert Martin has hammered out a nice set of 11 or so design principles. THIS BLOG has links to nice introductions. The book referenced in there is highly recommended. Scroll on down to the OO, UML etc. forum for much more conversation about this kind of stuff.

My mindset at this moment is to view most of these as managing dependencies so that change in one part of a system doesn't have negative impact in other parts. There is a lot more to it, but that seems to be what's important to me right now.
 
It's weird that we cook bacon and bake cookies. Eat this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic