top of page
Search

Programming languages are the "same"

  • Writer: Wang Sibo
    Wang Sibo
  • Oct 8, 2019
  • 1 min read

Updated: Oct 19, 2019

it is not hard to find that, people solve problems in a same way.


for example, how could you call your parent class?


C# 's solution: base():The base keyword is used to access members of the base class from within a derived class


Es 6 solution: super()


We need to think in a logical way so that we learn knowledge faster.

 
 
 

Comments


bottom of page