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
What is difference between ienumerable and list?
What is whitespace in c#?
Explain About delegates
What is windows form in c#?
Explain Direct CAST vs CType ?
Explain how is the dll hell problem solved in .net?
How do I format a string in c#?
The int maps to which C# keyword in .NET type?
What is global namespace in c#?
What are synchronous and asynchronous operations?
What is different between Implicit conversion and Explicit conversion in C#?
What is _layout cshtml?
What is datacontract in c#?
How does the lifecycle of Windows services differ from Standard EXE?
What is form feed in c#?