Page 30 - CSharp/C#
P. 30

base                                                                                             517

            foreach                                                                                          519

            params                                                                                           520

            break                                                                                            521

            abstract                                                                                         522

            float, double, decimal                                                                           524

        float                                                                                               524

        double                                                                                              524

        decimal                                                                                             524

          uint                                                                                               525


          this                                                                                               525

          for                                                                                                526

          while                                                                                              527

          return                                                                                             529

          in                                                                                                 529

          using                                                                                              529

          sealed                                                                                             530

          sizeof                                                                                             530

          static                                                                                             531

          Drawbacks                                                                                          533

            int                                                                                              533

            long                                                                                             533

            ulong                                                                                            533

            dynamic                                                                                          534

            virtual, override, new                                                                           535
        virtual and override                                                                                535


        new                                                                                                 536

        The usage of override is not optional                                                               537

        Derived classes can introduce polymorphism                                                          537


        Virtual methods cannot be private                                                                   538

          async, await                                                                                       538
   25   26   27   28   29   30   31   32   33   34   35