Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Learning OOP

Status
Not open for further replies.

FurqanAhmed

Programmer
Oct 1, 2001
87
PK
What are the things to emphasize on when learning OOP in Java, besides inheritance, polymorphism and encapsulation?

I'm through with procedural and just starting OOP, I've also done my homework on inheritance, polymorphism and encapsulation. Tell me about things that will be helpful for building application, JPS, J Beans. I'll be working mostly for front-end database applications. Yay Ghazi taray yay Pur-assrar bunday
 
I haven't done much procedural so its hard for me to make a comparison. The ones you have said are very important. Other than that look at interfaces and inner classes. The rest of the stuff you mention are less oop concepts and more just bits of already existing code (I think so) also look at vectors which are basically self growing lists. For database connectivity I believe JDBC is the API for that.

I'd have browse through suns website probably.

Cheers

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top