|
Browse Site by Tags
Showing related tags and posts accross the entire site.
All Tags » OOP (RSS)
-
This post is a response to forum question posted by modchip : "Recently, I've seen a lot of stuff about doing OOP in assembly language. Most of the stuff I've seen almost fried my brain. So... does anybody have some simple (by simple, I mean very simple) examples to get n00bs like me started...
-
The .NET world is eagerly anticipating the release of version 3.5 of the .NET Framework and Visual Studio 2008 later this month . Naturally there is a build-up of technical discussions, events and online material about the features the new release is adding to the table. In the meantime, here I am studying...
-
Senior Software Design Engineers – .NET C# Cormant Technologies , founded in 2001, is a globally respected provider of clever IT solutions for organizations worldwide. We recruit only intelligent, creative developers with a high degree of common sense and lots of Object Oriented development experience...
-
Have you heard of the term cyclomatic complexity ? I had my first encounter with it in the current project we're doing at work. One of the senior guys in our project set up our build server, with CruiseControl.NET invoking a tool called SourceMonitor and analyzing source code complexity. Basically...
-
When I start developing my first application using Visual Basic 6 the first thing that I consider was the performance. But then I realized that performance shouldn't be the first to consider. My idea is most of the time you should focus on writing maintainable code. Then replace only those slow moving...
-
Computer programming languages have evolved through the years to enable programmers to do tasks, and do them faster. Otherwise, we would all be stuck programming in native machine language. While some of you may find that fun, I don't. Lately I've begun to evaluate the programming languages that...
-
In light of observations made here and there , it is becoming clear to me that language limitations play a big part in making design patterns necessary. Or unnecessary . In other words, language deficiencies make it necessary to introduce complexity into code. In fact it was the master who told me that...
-
i once joined a team in developing a procurement/bidding system in ASP.NET. it involved "project for bidding" creation, contractor's profile management (with lots of document uploads), and bid evaluation as the core functionalities. contractors have the option to change any of its profile ranging from...
-
OOP Demystified Recommended book for learning OOP. Medyo may mga redundant na mga sentences and examples pero ayos lang ung explanation to different OOP concepts and principles (Encapsulation, Inheritance, Abstraction, Polymorphism, Method Overloading, Overridding, etc). :D
-
try this www.objectorientedphp.com
|
|
|