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 ienumerator in c#?
Is there hashmap in c#?
What is difference between dictionary and list in c#?
What is dto c#?
Explain use of abstract and sealed classes in c#?
What are Uses of CLR
Explain the difference between the system.array.copyto() and system.array.clone()?
What is an assembly qualified name
What is firstordefault c#?
What is multicast delegate in c# ?
What is null propagation c#?
How do I automate my desktop application?
How to use the sreamReader class to read form a text file?
Is there an equivalent of exit() for quitting a c# .net application?
Why static variables are used?