using keyword in c #

  • Namespace in C #

    Namespace in C #

    in c #, namespaces are designed to keep a set of distinct names separated. the same class names that are declared in different namespaces do not conflict with each other
  • Basic C # syntax

    Basic C # syntax

    c # is an object-oriented programming language. in an object-oriented programming method, a program of diverse objects that interacts with the ways of action. actions that an object can receive are called methods.