Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
GUI programming help please?
i've written a little program in matlab using it's guide command. nothing special, with that command i've created a simple GUI, then added a few edit boxes and listboxes. (this is the same as an MFC application in visual C++).
my question is : what is the name of this kind of programming ? is this Object Oriented Programming ? can someone answer this please ?
thank you
2 Answers
- Anonymous1 decade agoFavorite Answer
Just using a GUI doesn't not constitue object oriented program on its own. OO programming would be if your application was designed using classes and objects in totality.
There really is not special name for what you've done except perhaps develop a GUI based windows application.
- 1 decade ago
For java programming try netbeans IDE. It's really easy to use to create gui stuff and on their webpage they got tutorials to create simple to advance gui programms