Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). In the second lecture, Professor Sahami introduces Karel and shows the commands associated with the program. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in …
wow your ignorant, people like yourself ironlegdave make me happy to be alive.. and make me happy be superior then you not only as a egotist but like the philosophy goes
You can smart and act arrogant. But doing that when your dumb (you) is just wrong…
You cannot ugh.. how can I explain this to you.. diss someone who is much smarter then you.. its just wrong.. man whatever no point in even answering your comment but I hope this will teach you for the future..
Not really buddy… ActionScript supports object-oriented principles in ways that JavaScript does not. For example, information hiding and inheritance are not supported fully in JavaScript. Also, JavaScript is not a strongly-typed language, which means that a variable is not bound to a type. ActionScript 3.0 is much closer to Java than to JavaScript in all these respects.
Yeah, it’s very likely that we’re talking about two very different languages, although obviously 3.0 is a continuation of 2.0. Still, the changes are significant. I can agree with you that syntax-wise ActionScript may be closer to JavaScript than Java (though it’s not like Java is significantly different from JavaScript in its syntax). But it’s the object-oriented principles that really set AS 3.0 apart from JS (and the introduction of strong-typing to AS).
I thought we made this clear to you. The internet is for porn.
Awesome lectures.
Good point.
Is someone helping you to use the internet atm?
Your caretaker should smack you in the football helmet.
wow your ignorant, people like yourself ironlegdave make me happy to be alive.. and make me happy be superior then you not only as a egotist but like the philosophy goes
You can smart and act arrogant. But doing that when your dumb (you) is just wrong…
You cannot ugh.. how can I explain this to you.. diss someone who is much smarter then you.. its just wrong.. man whatever no point in even answering your comment but I hope this will teach you for the future..
25:45
i love it thank you so much
MehranSahami newTeacher = new MehranSahami[100000000];
anybody knows where i can download “The Art and Science of Java”??
dude you are such a toolbox
And Bin Laden?
Please , smb give me lecture of Electromagnetic compatibility (stanford )
best regards,
public boolean thisVideoIsEpic = true;
Segmentation Fault.
Oh wait….
send me a message
Java is alot like Actionscript, I like!
It’s more correct to say that ActionScript is a lot like Java.
Actually its Javascript that Actionscript is similar to not Java!
Not really buddy… ActionScript supports object-oriented principles in ways that JavaScript does not. For example, information hiding and inheritance are not supported fully in JavaScript. Also, JavaScript is not a strongly-typed language, which means that a variable is not bound to a type. ActionScript 3.0 is much closer to Java than to JavaScript in all these respects.
The OO part might be true. I was talking more about the sintax.
But actionscript is not a strongly-typed language dude!
U can write:
var num = 3;
num =”Hello world”;
in both action and javascript!
At least it was like that in AS 2.0! Havent done anything in it in quite sometime i must admit!
Yeah, it’s very likely that we’re talking about two very different languages, although obviously 3.0 is a continuation of 2.0. Still, the changes are significant. I can agree with you that syntax-wise ActionScript may be closer to JavaScript than Java (though it’s not like Java is significantly different from JavaScript in its syntax). But it’s the object-oriented principles that really set AS 3.0 apart from JS (and the introduction of strong-typing to AS).
Share your programming thoughts, ideas, or questions with other programmers! tvlinkshare. com
public static void main(String args[]){
printAnswer(thisVideoIsEpic)
}
printAnswer(boolean isEpic){
if(isEpic) {
System.out.println(agree());
} else {
System.out.println(disagree());
}
}
String agree(){
return “I agree big time!”;
}
String disagree(){
return “U SUX!”;
}
home learning