Skip to content
#

exampl

Here are 2 public repositories matching this topic...

Language: All
Filter by language

Python is an object oriented programming language. Unlike procedure oriented programming, where the main emphasis is on functions, object oriented programming stress on objects. Object is simply a collection of data (variables) and methods (functions) that act on those data. And, class is a blueprint for the object. We can think of class as a sk…

  • Updated May 27, 2019
  • Python

Add this topic to your repo

To associate your repository with the exampl topic, visit your repo's landing page and select "manage topics."

Learn more