Kernel Objects, or Kobj provides an object-oriented C programming system for the kernel. As such the data being operated on carries the description of how to operate on it. This allows operations to be added and removed from an interface at run time and without breaking binary compatibility.
A set of data - data structure - data allocation.
An operation - function.
One or more methods.
A standard set of one or more methods.