Most voted "oop" questions
Object orientation is a paradigm of analysis, design and programming of software systems based on the composition and interaction between several units of software called objects.
Learn more…1,456 questions
Sort by count of
-
-4
votes2
answers2364
views -
-4
votes2
answers281
viewsWhat is the correct syntax to use C# object orientation using . NET Core?
I have to familiarize myself with the implementation of object-oriented code in C#development. However, the materials I’m learning assume that I have Windows environment and Visual Studio installed…
-
-4
votes1
answer165
viewsI’m trying to apply object orientation to a Java program
I’m trying to apply object orientation to this program and I wanted to start with the exchange of these ifs, does anyone have any hint of what to put in place? import java.util.*; public class…
-
-4
votes1
answer56
viewsProblem with exponent operator in function
destaquei o problema e descrevi na equação: M = 1000/(10 - Vinc(10)**2/299792458**2)**(1/2) //////////////////////////////////////////////////////////////////////////////// import matplotlib.pyplot…
-
-6
votes1
answer330
viewsPHP class - How to use
How to use a specific php class ? For example: <?php class Torrent { public function scrape(array $announce = [ ] , $hash_info = null) { $r = [ 'seeders' => 0 , 'leechers' => 0 ]; foreach (…
-
-9
votes2
answers440
viewsObject orientation is the part of c# used for games?
That there are differences between the c# language for form programming and for other areas, I know, but I have a question: Is the object orientation the part used for game programming? If not: What…