Java - enum reference data type with constructor and method - Practical Demo

Published: 28 June 2021
on channel: Dr. Parag Shukla
1,304
24

This video demonstrates how to use enum data type practically in Java

Following things explained in this video
enum - reference data type
whenever you have fixed no of objects at that time you can use enum.
For Example
Number of Days - 7
Number of Months - 12

enum may have constructor
enum may have methods
name() - It returns name of instance
values() - It returns array of all the instance available in enum
ordinal() - It returns the position of instance. Index startwith 0.

For Learning More about Programming
Subscribe to My Channel: https://www.youtube.com/c/drparagshuk...


Watch video Java - enum reference data type with constructor and method - Practical Demo online, duration hours minute second in high quality that is uploaded to the channel Dr. Parag Shukla 28 June 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,304 times and liked it 24 visitors.