Wednesday, August 6, 2014

Explain about classes in strings? | Python Questions

Classes are the main feature of any object oriented programming. When you use a class it creates a new type. Creating class is the same as in other programming languages but the syntax differs. Here we create an object or instance of the class followed by parenthesis.

No comments: