• Reference in C ++

    Reference in C ++
    a reference variable is an alias, which is another name for an existing variable. when a reference is initialized with a variable, then either the variable name or the reference
  • Copy constructor in C ++

    Copy constructor in C ++
    copy constructor is a constructor that creates an object by initializing it with an object of the same class, which was created earlier.
  • Anonymous method in C #

    Anonymous method in C #
    we have discussed that delegate is used to reference any method that has the same sign as in delegate. in other words, you can call a method that can be referenced by a delegate