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 - Function overwritting -

php - Find a regex to take part of Email -