1)what are the default values of the primitive data types int and float ?
2)name any two types of OOP'S principles
Answers
Answered by
2
Answer:
1 ans int -- 0
float -- 0.0f
2 ans Polymorphism and Inheritance.
Answered by
1
Answer:
1) int= 0
float= 0.0f
2) Abstraction and Encapsulation
ಥ‿ಥ
Similar questions