adspace
what is the difference between class and structures?
Answer Posted / vandana joshi
class can have methods and variables whereas struct can have only variables.
Post New Answer View All Answers
Write the .net syntax for 'while loop'?
1143