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

Опубликовано: 28 Июнь 2021
на канале: 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...


Смотрите видео Java - enum reference data type with constructor and method - Practical Demo онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Dr. Parag Shukla 28 Июнь 2021. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 1,304 раз и оно понравилось 24 посетителям.