Tag: wrapper class
-
Type casting,Wrapper classes ,Interface
Type casting: Convert a value from one data type to another data type is known as type casting. Types of Type Casting: There are two types of type casting: Widening Type Casting: Converting a lower data type into a higher one is called widening type casting. It is also known as implicit conversion or casting down. It is done automatically. It…