answersLogoWhite

0

What else can I help you with?

Related Questions

Is the java is procedural language?

Java is an Object Oriented language not a procedural language


Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.


What is Procedural Abstraction?

java supports procedural abstraction by means of constructors and methods. in java constructor and methods are always components of particular class. java supports coping parameter only. procedural abstraction is a principle in which the particular language supports some features through which procedures are modelled in the class hiding other details.


What are the supporting tools for procedural programming?

C++, C#, c+ and java


What are popular coding systems?

1.modular approach 2.oject oriented approach 3.procedural approach


What are the shortcomings of oriented programming in java?

not much just gets messy and non-procedural


Is java example of a procedural programming language?

No.Its purely object oriented programming language


Explain three different methods in java?

There are three different methods /functions in java are there : 1)computational methods.2)manipulative methods.3)procedural methods.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


What are the functions of POP?

POP is Procedural Oriented Programming, this is an approach in which a problem is solved by breaking it into step by step phases of a full procedure.C is a Programming Language is based on this approach.


What is structured programming in java?

It is a subset of procedural programing that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.


What is the importance of modularity?

Modular programming is important in any programming paradigm including, but by no means limited to, procedural languages. A modular approach encourages taking one step at a time, promotes team work and collaboration and, most importantly, promotes testing on small and isolated units prior to integrating them into a large system.