1 / 3

Type Conversion

Type Conversion. Implicit : understood ,never expressed Explicit : stated , no scope of confusion UpCasting : Lower to Upper DownCasting : Upper to Lower byte Short int - - - - - - - - - >float long - - - - - - - - -> double. Char.

base
Download Presentation

Type Conversion

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Type Conversion Implicit : understood ,never expressed Explicit : stated , no scope of confusion UpCasting : Lower to Upper DownCasting: Upper to Lower byte Short int - - - - - - - - - >float long - - - - - - - - -> double Char

  2. Above picture is Automatic conversion chart • or represents without precision loss. • - - - - - - > With Precision Loss • Syntax of Explicit type conversion: • (target type)Exprssion;

  3. The following given table shows the compatible types for implicit conversion:

More Related