Sunday, July 26, 2009

What is the difference between static class and structure?

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).


No comments:

Post a Comment