What are the defining traits of an object-oriented language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What does int * mean in c++?

0 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


Are there any special rules about inlining?

0 Answers  


In c++, what is the difference between method overloading and method overriding?

0 Answers  


Which c++ compiler is best?

0 Answers  






How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


Explain the use of virtual destructor?

0 Answers  


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


What is the best c++ ide?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


When are exception objects created?

0 Answers  


Categories