Saved Bookmarks
| 1. |
Explain any three features in python |
|
Answer» Python supports object-oriented language and concepts of CLASSES and OBJECTS come into existence. It supports inheritance, polymorphism, and encapsulation, etc. The object-oriented procedure helps to programmer to write reusable CODE and develop APPLICATIONS in less code.
|
|