Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between structural,object
based,object orientd programming languages?

Answer Posted / himanshu singh

In structural focus is more on procedures whereas in oject based focus is more on data..

one mr thing.. structural follows top down approach whereas object oriented follows bottom up approach

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the format specifier for printing a pointer value?

991


Why should I prototype a function?

1143


What is the scope of static variable in c?

970


If fflush wont work, what can I use to flush input?

1067


What is #define size in c?

1143


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1169


Explain the difference between null pointer and void pointer.

1049


Explain what is dynamic data structure?

1136


Explain what is the use of a semicolon (;) at the end of every program statement?

1199


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1051


What will the preprocessor do for a program?

1036


Explain what header files do I need in order to define the standard library functions I use?

1132


Is a house a shell structure?

1125


Why C language is a procedural language?

996


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1258