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


Please Help Members By Posting Answers For Below Questions

What’s thread.sleep() in threading ?

505


What are the 3 types of comments in c#?

519


What is console based application?

469


What is function and method in c#?

507


Can you inherit from a static class in c#?

474






What is callback function in c#?

525


What are console applications used for?

478


How do I register my code for use by classic com clients?

499


What is inner class in c#?

514


Can an interface extend a class c#?

506


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

509


What is the max value of int32 in c#?

488


What are mutable and immutable types in c#?

484


Do events have return type c#?

502


How do I create a multilanguage, single-file assembly?

492