hi everybody.
Im very well a beginner and I cant quiet grasp classes. I found that this topic is all over forums and I have decided to give it a whirl and I am stuck. Would anybody out there help?

Recommended Answers

All 2 Replies

I recommend that you actually go read some tutorial material. Classes are descriptions of "objects" which are the basis for "object oriented programming" They are also:

  • A way of keeping together data and the operations that are appropriate for that data (objects)
  • A way of thinking about programming as "stuff that 'things' can do" (methods)
  • A way of dividing those things into a hierarchy of ever more refined things (inheritance)

This tutorial was the first hit when I searched for introduction to object oriented programming using Google. I did not look closely at it to see if I think it is a good one, but the title sure looks right.

Enjoy!

Sure, what are you stuck on?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.