First page Back Continue Last page Summary Graphics
Object Orientated Pascal?
Yes ... all those annoying begin / end blocks
Full featured object-orientated
- Inheritance
- Polymorphism
- Function Overloading
- (And many other buzz words)
- All derive from single object (Tobject)
- Code, Design, and is Java-ish
- Structure of code is C++ ish