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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to use an abstract class?

Status
Not open for further replies.

stranger123

Programmer
Apr 16, 2006
76
GB
Hi,

Can you explain how to use an abstract class? I want to use Calendar to find weekday but we cannot use
Calendar calendar = new Calendar(06,04,22)......

Thank you in advance.
 
Thank you.
Is that the method every abstract class can use to create an object of the class? Can you explain a little more about abstract class?
 
Can you explain a little more about abstract class?
Yes, I can, but I'm tired of repeating stuff you'll find in every book, in online-Tutorials and FAQs.

It's just to much to explain to be handled in an q&a-forum.
Here is one article which links to a second one:

If you have specific questions, or don't understand something, you're welcome.

That method can be used in every abstract class, which provides it. Most abstract classes don't.


seeking a job as java-programmer in Berlin:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top