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
Post a Comment