why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / rakeshkk
c# and java are purely objected oriented laguage ,in c# and
java without class we can't write the program. But in c++
we can write the program using class or without using
class.
| Is This Answer Correct ? | 33 Yes | 6 No |
Post New Answer View All Answers
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Is it possible to force garbage collector to run?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is difference between ienumerable and list in c#?
How do you sort an array in c#?
What is a int in c#?
Why is dll used?
How to implement delegates in c#.net
What is a delegate how is it type safe?
What are the 4 pillars of any object oriented programming language?
What is difference between yielding and sleeping?
What is a destructor in c#?
Where are value types stored in c#?
Is static thread safe?
What is the difference between as and is operators in c#?