12-22-2011, 10:30 PM
Hi,
The concept of Class comes under Object Oriented Programming. OOPS contains some very good features like
It is very useful for developers to write a smart code. A code which is short, secure, reusable and much more manageable.
We can apply the same things for QTP as well.
The concept of Class comes under Object Oriented Programming. OOPS contains some very good features like
- Object
- Class
- Abstraction
- Encapsulation
- Inheritance
- Polymorphism
It is very useful for developers to write a smart code. A code which is short, secure, reusable and much more manageable.
We can apply the same things for QTP as well.