InterviewSolution
Saved Bookmarks
| 1. |
What are the classes and proxies? |
|
Answer» Class- You can use the patterns easily with OOP based class declaration. It WORKS READILY with constructors, supports BASE class ACCESS, inheritance and static methods. OOP refers to Object-Oriented Programming. Proxies- With proxies, you get to create OBJECTS and you can host the objects with a huge behavior diversity. Proxies can help in profiling and logging as well. |
|