top of page
Search
  • Writer's pictureWang Sibo

Programming languages are the "same"

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.

6 views
bottom of page