10 February 2009

Strongly Typed Language

What is a strongly typed language?
  • Each variable must be declared with its own data type
  • each data type should be associated with a value and operation (which operates on those values)
  • implicit type conversions are not allowed
  • explicit type conversions are legal.
    for example, if i is integer and a is float,
    then i=a; says it is implicit which is illegal, if i=(integer)a; then it is perfectly legal.

0 comments:

Post a Comment

Powered by Blogger.

About Me

Featured Post

5G Network Simulation in NS3 using mmWave | NS3 Tutorial 2024

5G Network Simulation in NS3 Using mmWave This post shows the installation of ns3mmwave in Ubuntu 24.04 and simulates 5G networks in ns3. In...

Contact form

Name

Email *

Message *

Total Pageviews

Search This Blog

Pages

Pages

Pages - Menu

Most Popular

Popular Posts