answersLogoWhite

0

It's a type system. Basically, what it means is that you don't need to specify a type for a variable. Let me give you two examples from two well-used programming languages:

int x = 0;

and

x = 0;

In the first example, which if you hadn't guessed it by now is C or C++ or a derivative, whereas the second is from Python, a dynamically-typed language. Both have their advantages and disadvantages.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is Dynamic Polymorphism?

Dynamic polymorphism is a programming method that makes objects with the same name behave differently in different situations. This type of programming is used to allow Java Scripts to run while playing a game on the computer, for example.


What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.


What has the author Paul T Ammann written?

Paul T. Ammann has written: 'Microsoft Exchange 2000' 'Managing Dynamic IP Networks' 'Windows security programming' -- subject(s): Microsoft Windows (Computer file), Computer programming, Computer security


Is quick sort is an example of dynamic programming algorithm?

quick sort is a divide and conquer method , it is not dynamic programming


What has the author Ronald A Howard written?

Ronald A. Howard has written: 'Dynamic Probabilistic Systems, Volume II' 'Dynamic programming and Markov processes' -- subject(s): Dynamic programming, Markov processes


What has the author Sven Dano written?

Sven Danoe has written: 'Nonlinear and dynamic programming'


What is the minimum coin change problem and how is it typically approached in the field of computer science?

The minimum coin change problem is a mathematical problem where the goal is to find the fewest number of coins needed to make a certain amount of change. In computer science, this problem is typically approached using dynamic programming algorithms, such as the greedy algorithm or the dynamic programming algorithm, to efficiently find the optimal solution.


What are the positives of dynamic programming?

There are several positives of dynamic programming. Dynamic programming allows a person to develop sub solutions for a large program. Having sub solutions makes it easier to maintain use of a program. Sub solutions also make it easier to debug a program.


What is a dynamic?

a bold person Dynamic means changing.


What has the author Clive Gifford written?

Clive Gifford has written: 'Essential chemistry' 'Using a modem with your computer' 'The Script Marillion' 'Making the most of your Dragon 32' -- subject(s): Dragon 32 (Computer), Programming 'Dynamic games for the Amstrad' 'More adventures for your ZX spectrum' 'Bisiklet' 'Adventures for your ZX Spectrum' -- subject(s): Computer games, Sinclair ZX Spectrum (Computer), Programming 'Games for your Dragon' 'Racing cars' 'The Usborne book of cutaway planes' 'Dynamic games for your Amstrad' -- subject(s): Computer games, Amstrad Microcomputer, Programming 'Chicago gangsters' 'Machines' -- subject(s): Machinery


Advantages of computer programming?

The advantages of computer programming is that it pays well since programming is a creative task. Computer programming helps human beings solve problems on a regular basis.


What is the diffirence of computer programming and computer science?

Computer science is a more abstract study of computing techniques; which will include computer programming. Computer programming, as it implies, is the practise of writing programs for computers.