C# 12 ) ENUM

                                         *   ENUM  *

  • Enum is special type of class for represnting the Constant(fixed) data value.
  • Enum is tobe create before the Main class.
enum basic

Ass Class and object with enum


Comments

Popular posts from this blog

Z 5 ) MVC (Model view Controller)

Z 7) ViewData__ViewBag__TempData__Session

Z 8 ) MVC HTMLHELPER METHOD AND ACTIONLINK (how to use css ,atrributes,style in css)