answersLogoWhite

0


Best Answer

Smalltalk is dynamically typed whereas C++ is statically typed. As a result C++ performs better than Smalltalk. However, Smalltalk inheritance is less strict than C++ so it's a bit more flexible.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the differences between smalltalk and c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the main differences between Java and C plus plus?

the difference is that c plus is better because you get big grades


C program to print numbers 1 to n?

how do we use loops in c plus plus programing and what are basic differences between do,for and while loop


Does the C plus plus in computer language stand for Cobalt?

C was made in the 70s. Smalltalk was made in the 70s. Squeak was made in 1996, Croquet in 1999, and cobalt in 2007C was the third in a progression of three languages named A, B, C, from what I heardA is actually BCPL I thinkBCPL B C C++ (P was taken for pascal p-code)


Select the odd one out.a Java b Lisp c Smalltalk d Eiffel?

Java, Smalltalk, and Eiffel are all object-oriented languages; Lisp is functional.


What is the different between turbo c plus plus and unix c plus plus?

There is no such thing as 'unix C++'.


Is the syntax between c and c plus plus different?

Yes


What is the difference between pointers in c and c plus plus?

Nothing.


What is the mean c plus plus in machine code?

It is used to distinguish between the C or C++


What are the differences between global variables and local variables in C plus plus?

Global variables can be seen in all blocks of your program, when local variables are visible only within the block where it's declared.


Difference between void and devoid in c plus plus?

There is no such thing as devoid in C++.


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


Defference between c plus plus and c?

these are difference in between c and c++: a) C is a SPL and C++ is a OOP. b) C has not concept of object but C++ has this feature. c) C has not 'class' name data type but C++ has.