why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / tsahi
C++ allows writing global functions, outside of any class,
while in C# and Java all methods (functions) must be
included in a class.
Is This Answer Correct ? | 92 Yes | 17 No |
Post New Answer View All Answers
Explain the difference between the debug class and trace class?
What is the difference between throw and throw ex?
What are extender provider components?
What is the difference between private and protected in c#?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What are the steps to create an assembly and add it to the gac?
To allow an element to be accessed using a unique key which .NET collection class is used ?
What is the difference between interface and abstract class in c#?
what are nullable types in c#
What is a reference type c#?
How do I create multifile assembly?
What is the meaning of int parse in c#?
Is stringbuilder thread safe c#?
What is scope c#?
What is datasource c#?