Answer Posted / thaah muhammed
C# is a distinct language from C++. C++ is designed for
general object oriented programming in the days when the
typical computer was a standalone machine running a command
line-based user interface. C++ is a general-purpose
programming language with high-level and low-level
capabilities. It is a statically typed, free-form,
multi-paradigm, usually compiled language supporting
procedural programming, data abstraction, object-oriented
programming, and generic programming.
C++ is regarded as a mid-level language. This indicates that
C++ comprises a combination of both high-level and low-level
language features. C# is designed specifically to work with
the .Net and is geared to the modern environment of Windows
and mouse-controlled user interface, networks and the internet.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Write a program to reverse a string using recursive function?
Give two or more real cenario of virtual function and vertual object
What is object in oop with example?
Whats is abstraction in oops?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
class type to basic type conversion
What is class and example?
What is overriding vs overloading?
Can private class be inherited?
Can we override main method?
Is enum a class?
What are two types of polymorphism?
What are the two different types of polymorphism?
Can we have inheritance without polymorphism?