Class 1:- Python and Object Oriented Programing

I have a White cat and also my neighbor has a Black cat. So in the OOP paradigm the cat is blueprint and from using that blueprint we can create several cat objects with different attributes specific to that object. Like here, they both have four legs but they have different color and size. So,…

How to Download and Install Eclipse in Ubuntu 18.04 LTS

Objective The objective is to install the latest Eclipse on Ubuntu 18.04 Lts Install Java Before Proceeding with eclipse installation you need to ensure that the java is installed on Ubuntu. Use the java -version command to check the installed java version on the machine Download Eclipse Oxygen Installer Use the wget command to download…

Class, objects and their attributes in Python

so in this post https://industechie.com/index.php/2019/10/06/objects-in-object-oriented-programing/ data and behaviours are discussed in details. Now express them in terms of the programiing language. Take the below example. suppose Lion and Dog belongs to a animal class. but they behave differently. Dog can bark but Lion can roar. And also they have different weight and height. So please…

Objects in Object Oriented Programing

So we can say that the objects are instances of a class. Mango tree is an instance of a geneal tree class. Being an non computer science student it was intially very much dificult to me to understand the concept of the objects. In the computer science world the object is anything which can be…

Object Oriented Programing

What the heck is this Object Oriented Programming (OOP) ? Is it the brother of the black-hole when it is converting in to the worm-hole with out breaking the law of relativity? Just kidding. Ignore this crazy part. It’s like a thing as it is. It’s like a thing that it should be. Just chill,…