c# - Structure in C programming -


can structure in c programming considered/compared class in c# oop ? asking because structure has different data types similar c# oop classes.

there structures in c# also, apply in c. value-types , therefor not nullable. classes exist in c# , have totally different use reference-types.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - IIFE: var vs this - is there any difference? -

r - Grow a ffdf data frame on disk gradually -