|
-
Jan 14th, 2003, 09:42 PM
#1
Thread Starter
Addicted Member
Can someone answer a question for me!!
Is Java a Top down language? Can someone give me some in depth information regarding this programming language? Thanks!!!
-
Jan 15th, 2003, 06:33 PM
#2
What's a top-down language?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 2nd, 2003, 11:54 PM
#3
Addicted Member
java is OOP, object oriented programming...
objects meaining differnet classes with specific states and behaviours, they share code, interact as designed, output on GUI, or Dos console..
as for top-down, i'm not so sure
--770
-
Feb 3rd, 2003, 09:58 AM
#4
Hyperactive Member
Java is like C++. You can develop it to be designed to run top-down, that is, start at on point and run down through the code. You can also create event driven programs that will wait for user responses and act accordingly.
So to answer your question, yes is is a top down language but at the same time it is not. True top down languages would be COBOL or Basic.
Hope that helps
Jerel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|