Advertisements
Tag Archives: programming language
Objects in python !!
While learning Python I come to know a strange thing about Python that everything in python is an object. There is nothing which is not object. Still, this begs the question. What is an object? Different programming languages define “object” … Continue reading
Posted in Programming, Python
Tagged Object oriented programming concepts, Objects, OOPS, programming language, python
Leave a comment