asked 154k views
1 vote
Which programming language do programmers use in the Rapid Application Development (RAD) methodology to facilitate code reuse?

Programmers use {?????????} languages in the Rapid Application Development (RAD) methodology to facilitate code reuse?

2 Answers

6 votes
they use the object oriented languages
answered
User Javier Fajardo
by
8.6k points
3 votes
Programmers use Object Oriented Languages in RAD. It usually embraces object-oriented programming (OOP) methodology. OOP inherently fosters software re-use. The most popular OOP languages are C++, Visual C++, VB.NET, C#, and Java. They are offered in Visual programming packages which provide RAD. They are several different environments for RAD but the most commons ones are Visual and RAD studio for application development.
answered
User Ggrelet
by
8.7k points