#Float holds the integer values but intger can not hold float values num1=input("Enter first Decimal number:")#10.5 num2=input("Enter second Decimal number:")#10 ...
# In this lecture we will understand the concept of constructor & destructor. # CONSTRUCTOR - it is a kind of function that is called directly when object of class is created. # DESTRUCTOR - it is a ...