Object-oriented Methods in Forms
IN THIS CHAPTER
- Inheritance
- Encapsulation
- Object and Code Reusability
- Polymorphism
- Summary
Oracle Forms supports object orientation (OO) in various ways by combining different database features, as well as Forms Designer features; these features include
- Inheritance
- Encapsulation
- Object and code reuse
- Polymorphism
This chapter does not go into the implementation details of the Forms objects tailored for OO. Instead, it focuses on the various tips and techniques ”the rules of the game for achieving OO using these Forms objects, including the scope of OO provided by Forms.