do they differ in C# and C++?
What is the difference between static class and structure?
Structure is a C term to describe a record (a set of data united in a single unit). Class is object-oriented programming term, unlike structure it also can contain methods (functions).
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment