Programmer loL

So I had an interesting conversation with a guy who claimed he programs and make 3D games etc.
So as a simple [!] question England evan wanted me to ask:

-> Panda: any idea what encapsulation means?
-> ARSENAL.FC: nope srry

the way he was boosting how he writes in C# C++ java basic etc and some other stories made him sound like a kid with no knowledge.

Should someone who knows all those at least know what encapsulation is?
He also co-wrote the game iSnooker and is currently :


"I am Making my website using HTML and VB and iam making lots of games 2 if you want to help tell me!!"

Lolz
Comments
8
wannaberakenseiak?
bush controls america, and he doesnt even know what culture is


S!MPL3
what is encapsulation?
Quote by WikipediaIn computer networking, "encapsulation" is to include data from an upper layer protocol into a lower layer protocol. This is a method of abstraction for networking by allowing different layers to add features/functionality.

Reference: http://en.wikipedia.org/wiki/Encapsulation_%28networking%29
Parent
I know c# :)
Windrider says:
you know how to make link a website inHTML and re name it?
<<<<DiMeNsIoN>>>> says:
nope
Windrider says:

<<<<DiMeNsIoN>>>> says:
why?
Windrider says:
wanna learn how to do it
class jRating {
boolean boring;
jRating(boolean boring) {
this.boring = boring;
}

public String toString() {
if(boring) return "YOU SUCK";
else return "WOW, COOL";
}
}

public class LimbonicThinks {

public static void main(String[] args) {
System.out.println(new jRating(true).toString());
}
}


:(
Back to top