Name some pure object oriented languages?



Name some pure object oriented languages?..

Answer / atul shankhwar

 Smalltalk,
 Java,
 Eiffel,
 Sather.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain the use of virtual destructor?

0 Answers  


Do you know the problem with overriding functions?

0 Answers  


What is the advantage of c++ over c?

0 Answers  


What is virtual table?

0 Answers  


What are the comments in c++?

0 Answers  






what is pre-processor in C++?

0 Answers  


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


what are the characteristics of Class Members in C++?

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  


What is cin clear () in c++?

0 Answers  


How do I tokenize a string in c++?

0 Answers  


Can we use clrscr in c++?

0 Answers  


Categories